Dear color lovers – together, we’ll have a more colorful future. Support us on

CSS Gradients:
CMYK 25 / 25 / 0 / 8

Information

close all

Let CSS suggest color gradients from two hues such as the base hue and the complementary color.

Find examples of linear and radial color transitions.

Easy for web design: Copy the CSS code for easy integration on your website.

Let CSS suggest color gradients from two hues such as the base hue and a lighter hue.

Find examples of linear and radial color transitions from Lighter colors.

Simple for web design: copy the CSS code for easy integration on your website.

Let CSS suggest color gradients from two hues such as the base hue and a darker hue.

Find examples of linear and radial color transitions from Darker colors.

Simple for web design: copy the CSS code for easy integration on your website.

Display options

Description

Bright color: high color values create a bright impression.

The breakdown of the color into the RGB color system: of 255 maximum color components, 176 red, 176 green and 235 blue.

The mixing ratio of these colors results in the displayed hue in the middle of the overlaps.

In the illustration you can see how the color is composed of the three components: red (top),green (bottom right) and blue (bottom left). In the middle you can see the result color.
176 176 235 R G B
In the CMYK color system the color is composed as follows: In this color tone, out of 100 maximum color components, 25 cyan, 25 magenta, none yellow and 8 key.

The mixing ratio of these colors results in the displayed hue in the middle of the overlaps.

In the diagram you can see how the color is composed of the four components cyan (top left),magenta (top right),yellow (bottom right) and black or key (bottom left). In the middle you can see the result color.
25% 25% 0% 8% C M Y K

Verification of their color palette as a manufacturer!

Provide designers and agencies with accurate color values.

Let's go

Lineal

HEX #B0B0EB to HEX #4F4F14


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 1%, #4F4F14 94%);

Radial

HEX #B0B0EB to HEX #4F4F14


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 7%, #4F4F14 89%);

 

HEX #4F4F14 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #4F4F14 7%, #B0B0EB 100%);

 

HEX #4F4F14 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #4F4F14 5%, #B0B0EB 86%);

Lineal

HEX #B0B0EB to HEX #B1C1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 2%, #B1C1EC 87%);

Radial

HEX #B0B0EB to HEX #B1C1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 2%, #B1C1EC 95%);

 

HEX #B1C1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1C1EC 8%, #B0B0EB 88%);

 

HEX #B1C1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1C1EC 5%, #B0B0EB 99%);

 

HEX #B0B0EB to HEX #B1B1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 5%, #B1B1EC 87%);

 

HEX #B0B0EB to HEX #B1B1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 4%, #B1B1EC 92%);

 

HEX #B1B1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1B1EC 5%, #B0B0EB 93%);

 

HEX #B1B1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1B1EC 10%, #B0B0EB 92%);

 

HEX #B0B0EB to HEX #C1B1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 14%, #C1B1EC 100%);

 

HEX #B0B0EB to HEX #C1B1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 4%, #C1B1EC 93%);

 

HEX #C1B1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #C1B1EC 13%, #B0B0EB 87%);

 

HEX #C1B1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #C1B1EC 3%, #B0B0EB 100%);

 

HEX #B0B0EB to HEX #D0B1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 6%, #D0B1EC 95%);

 

HEX #B0B0EB to HEX #D0B1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 12%, #D0B1EC 96%);

 

HEX #D0B1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #D0B1EC 13%, #B0B0EB 88%);

 

HEX #D0B1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #D0B1EC 3%, #B0B0EB 91%);

Lineal

HEX #B0B0EB to HEX #9090E3


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 9%, #9090E3 91%);

Radial

HEX #B0B0EB to HEX #9090E3


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 7%, #9090E3 86%);

 

HEX #9090E3 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #9090E3 5%, #B0B0EB 90%);

 

HEX #9090E3 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #9090E3 1%, #B0B0EB 96%);

 

HEX #B0B0EB to HEX #B1B1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 12%, #B1B1EC 100%);

 

HEX #B0B0EB to HEX #B1B1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 5%, #B1B1EC 97%);

 

HEX #B1B1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1B1EC 5%, #B0B0EB 92%);

 

HEX #B1B1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1B1EC 12%, #B0B0EB 100%);

 

HEX #B0B0EB to HEX #D2D2F4


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 4%, #D2D2F4 98%);

 

HEX #B0B0EB to HEX #D2D2F4


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 3%, #D2D2F4 93%);

 

HEX #D2D2F4 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #D2D2F4 9%, #B0B0EB 96%);

 

HEX #D2D2F4 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #D2D2F4 10%, #B0B0EB 97%);

 

HEX #B0B0EB to HEX #F3F3FC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 14%, #F3F3FC 87%);

 

HEX #B0B0EB to HEX #F3F3FC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 10%, #F3F3FC 89%);

 

HEX #F3F3FC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #F3F3FC 10%, #B0B0EB 94%);

 

HEX #F3F3FC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #F3F3FC 4%, #B0B0EB 96%);

Lineal

HEX #B0B0EB to HEX #B1C1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 8%, #B1C1EC 89%);

Radial

HEX #B0B0EB to HEX #B1C1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 3%, #B1C1EC 98%);

 

HEX #B1C1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1C1EC 5%, #B0B0EB 100%);

 

HEX #B1C1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1C1EC 8%, #B0B0EB 96%);

 

HEX #B0B0EB to HEX #B1B1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 11%, #B1B1EC 90%);

 

HEX #B0B0EB to HEX #B1B1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 4%, #B1B1EC 92%);

 

HEX #B1B1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1B1EC 10%, #B0B0EB 93%);

 

HEX #B1B1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1B1EC 3%, #B0B0EB 97%);

 

HEX #B0B0EB to HEX #C1B1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 6%, #C1B1EC 87%);

 

HEX #B0B0EB to HEX #C1B1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 13%, #C1B1EC 86%);

 

HEX #C1B1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #C1B1EC 9%, #B0B0EB 88%);

 

HEX #C1B1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #C1B1EC 3%, #B0B0EB 97%);

 

HEX #B0B0EB to HEX #D0B1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 9%, #D0B1EC 92%);

 

HEX #B0B0EB to HEX #D0B1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 1%, #D0B1EC 88%);

 

HEX #D0B1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #D0B1EC 14%, #B0B0EB 88%);

 

HEX #D0B1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #D0B1EC 10%, #B0B0EB 88%);

Lineal

HEX #B0B0EB to HEX #9090E3


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 11%, #9090E3 89%);

Radial

HEX #B0B0EB to HEX #9090E3


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 4%, #9090E3 88%);

 

HEX #9090E3 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #9090E3 11%, #B0B0EB 90%);

 

HEX #9090E3 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #9090E3 4%, #B0B0EB 93%);

 

HEX #B0B0EB to HEX #B1B1EC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 13%, #B1B1EC 89%);

 

HEX #B0B0EB to HEX #B1B1EC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 7%, #B1B1EC 86%);

 

HEX #B1B1EC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1B1EC 4%, #B0B0EB 100%);

 

HEX #B1B1EC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1B1EC 0%, #B0B0EB 100%);

 

HEX #B0B0EB to HEX #D2D2F4


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 12%, #D2D2F4 96%);

 

HEX #B0B0EB to HEX #D2D2F4


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 1%, #D2D2F4 87%);

 

HEX #D2D2F4 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #D2D2F4 0%, #B0B0EB 98%);

 

HEX #D2D2F4 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #D2D2F4 14%, #B0B0EB 99%);

 

HEX #B0B0EB to HEX #F3F3FC


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 12%, #F3F3FC 90%);

 

HEX #B0B0EB to HEX #F3F3FC


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 2%, #F3F3FC 89%);

 

HEX #F3F3FC to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #F3F3FC 8%, #B0B0EB 94%);

 

HEX #F3F3FC to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #F3F3FC 2%, #B0B0EB 93%);

Lineal

HEX #B0B0EB to HEX #ECB1E0


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 3%, #ECB1E0 98%);

Radial

HEX #B0B0EB to HEX #ECB1E0


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 0%, #ECB1E0 98%);

 

HEX #ECB1E0 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #ECB1E0 0%, #B0B0EB 88%);

 

HEX #ECB1E0 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #ECB1E0 2%, #B0B0EB 97%);

 

HEX #B0B0EB to HEX #C9ECB1


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 11%, #C9ECB1 98%);

 

HEX #B0B0EB to HEX #C9ECB1


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 1%, #C9ECB1 94%);

 

HEX #C9ECB1 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #C9ECB1 6%, #B0B0EB 99%);

 

HEX #C9ECB1 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #C9ECB1 1%, #B0B0EB 99%);

Lineal

HEX #B0B0EB to HEX #ECB1B1


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 2%, #ECB1B1 94%);

Radial

HEX #B0B0EB to HEX #ECB1B1


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 10%, #ECB1B1 86%);

 

HEX #ECB1B1 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #ECB1B1 6%, #B0B0EB 87%);

 

HEX #ECB1B1 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #ECB1B1 7%, #B0B0EB 89%);

 

HEX #B0B0EB to HEX #B1ECB1


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 8%, #B1ECB1 86%);

 

HEX #B0B0EB to HEX #B1ECB1


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 5%, #B1ECB1 89%);

 

HEX #B1ECB1 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1ECB1 10%, #B0B0EB 99%);

 

HEX #B1ECB1 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1ECB1 6%, #B0B0EB 95%);

Lineal

HEX #B0B0EB to HEX #ECB1E0


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 13%, #ECB1E0 96%);

Radial

HEX #B0B0EB to HEX #ECB1E0


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 9%, #ECB1E0 95%);

 

HEX #ECB1E0 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #ECB1E0 1%, #B0B0EB 95%);

 

HEX #ECB1E0 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #ECB1E0 10%, #B0B0EB 93%);

 

HEX #B0B0EB to HEX #ECECB1


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 14%, #ECECB1 87%);

 

HEX #B0B0EB to HEX #ECECB1


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 3%, #ECECB1 97%);

 

HEX #ECECB1 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #ECECB1 10%, #B0B0EB 87%);

 

HEX #ECECB1 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #ECECB1 10%, #B0B0EB 96%);

 

HEX #B0B0EB to HEX #B1ECBD


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 1%, #B1ECBD 87%);

 

HEX #B0B0EB to HEX #B1ECBD


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 13%, #B1ECBD 99%);

 

HEX #B1ECBD to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1ECBD 11%, #B0B0EB 89%);

 

HEX #B1ECBD to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1ECBD 7%, #B0B0EB 92%);

Lineal

HEX #B0B0EB to HEX #ECB1CF


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 1%, #ECB1CF 92%);

Radial

HEX #B0B0EB to HEX #ECB1CF


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 1%, #ECB1CF 99%);

 

HEX #ECB1CF to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #ECB1CF 11%, #B0B0EB 97%);

 

HEX #ECB1CF to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #ECB1CF 5%, #B0B0EB 95%);

 

HEX #B0B0EB to HEX #ECECB1


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 3%, #ECECB1 90%);

 

HEX #B0B0EB to HEX #ECECB1


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 9%, #ECECB1 92%);

 

HEX #ECECB1 to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #ECECB1 5%, #B0B0EB 90%);

 

HEX #ECECB1 to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #ECECB1 14%, #B0B0EB 89%);

 

HEX #B0B0EB to HEX #B1ECCF


CSS-Code:

background-image: linear-gradient(135deg, #B0B0EB 14%, #B1ECCF 91%);

 

HEX #B0B0EB to HEX #B1ECCF


CSS-Code:

background-image: radial-gradient(circle, #B0B0EB 4%, #B1ECCF 89%);

 

HEX #B1ECCF to HEX #B0B0EB


CSS-Code:

background-image: linear-gradient(135deg, #B1ECCF 5%, #B0B0EB 89%);

 

HEX #B1ECCF to HEX #B0B0EB


CSS-Code:

background-image: radial-gradient(circle, #B1ECCF 5%, #B0B0EB 90%);

Show more color palettes

Services

Colors

RGB to HEX

convert from RGB red green blue to #RRGGBB

RGB to CMYK

convert from RGB red green blue to CMYK cyan / magenta / yellow / black

Icons

RGB to RAL®

convert from RGB red green blue to RAL®-number (RAL 0000)

RGB to HKS®

convert from RGB red green blue to HKS®-number (HKS 00)

RGB to PANTONE®

convert from RGB red green blue to Pantone®-number (Pantone 0000)

RGB to Sherwin Williams®

convert from RGB red green blue to Sherwin Williams®-number (SW 0000)

RGB to NCS®

convert from RGB red green blue to NCS-number (S0000-X00X)

nsc-logo

RGBA to HEX

convert from RGBA red green blue transparency to #RRGGBB

RGBA to CMYK

convert from RGBA red green blue transparency to CMYK cyan / magenta / yellow / black

Icons

RGBA to RAL®

convert from RGBA red green blue transparency to RAL®-number (RAL 0000)

RGBA to HKS®

convert from RGBA red green blue transparency to HKS®-number (HKS 00)

RGBA to PANTONE®

convert from RGBA red green blue transparency to Pantone®-number (Pantone 0000)

RGBA to Sherwin Williams®

convert from RGBA red green blue transparency to Sherwin Williams®-number (SW 0000)

RGBA to NCS®

convert from RGBA red green blue transparency to NCS-number (S0000-X00X)

nsc-logo

CMYK to HEX

convert from CMYK cyan / magenta / yellow / black to #RRGGBB

CMYK to RGB

convert from CMYK cyan / magenta / yellow / black to RGB red green blue

CMYK to RGBA

convert from CMYK cyan / magenta / yellow / black to RGBA red green blue transparency

CMYK to RAL®

convert from CMYK cyan / magenta / yellow / black to RAL®-number (RAL 0000)

CMYK to HKS®

convert from CMYK cyan / magenta / yellow / black to HKS®-number (HKS 00)

CMYK to PANTONE®

convert from CMYK cyan / magenta / yellow / black to Pantone®-number (Pantone 0000)

CMYK to Sherwin Williams®

convert from CMYK cyan / magenta / yellow / black to Sherwin Williams®-number (SW 0000)

CMYK to NCS®

convert from CMYK cyan / magenta / yellow / black to NCS-number (S0000-X00X)

nsc-logo

HEX to RGB

convert from #RRGGBB to RGB red green blue

HEX to RGBA

convert from #RRGGBB to RGBA red green blue transparency

HEX to CMYK

convert from #RRGGBB to CMYK cyan / magenta / yellow / black

Icons

HEX to RAL®

convert from #RRGGBB to RAL®-number (RAL 0000)

HEX to HKS®

convert from #RRGGBB to HKS®-number (HKS 00)

HEX to PANTONE®

convert from #RRGGBB to Pantone®-number (Pantone 0000)

HEX to Sherwin Williams®

convert from #RRGGBB to Sherwin Williams®-number (SW 0000)

HEX to NCS®

convert from #RRGGBB to NCS-number (S0000-X00X)

nsc-logo

RAL® to RGB

convert from RAL®-number (RAL 0000) to RGB red green blue

RAL® to RGBA

convert from RAL®-number (RAL 0000) to RGBA red green blue transparency

RAL® to CMYK

convert from RAL®-number (RAL 0000) to CMYK cyan / magenta / yellow / black

Icons

RAL® to HEX

convert from RAL®-number (RAL 0000) to #RRGGBB

RAL® to HKS®

convert from RAL®-number (RAL 0000) to HKS®-number (HKS 00)

RAL® to PANTONE®

convert from RAL®-number (RAL 0000) to Pantone®-number (Pantone 0000)

RAL® to Sherwin Williams®

convert from RAL®-number (RAL 0000) to Sherwin Williams®-number (SW 0000)

RAL® to NCS®

convert from RAL®-number (RAL 0000) to NCS-number (S0000-X00X)

nsc-logo

HKS® to RGB

convert from HKS®-number (HKS 00) to RGB red green blue

HKS® to RGBA

convert from HKS®-number (HKS 00) to RGBA red green blue transparency

HKS® to CMYK

convert from HKS®-number (HKS 00) to CMYK cyan / magenta / yellow / black

Icons

HKS® to HEX

convert from HKS®-number (HKS 00) to #RRGGBB

HKS® to RAL®

convert from HKS®-number (HKS 00) to RAL®-number (RAL 0000)

HKS® to PANTONE®

convert from HKS®-number (HKS 00) to Pantone®-number (Pantone 0000)

HKS® to Sherwin Williams®

convert from HKS®-number (HKS 00) to Sherwin Williams®-number (SW 0000)

HKS® to NCS®

convert from HKS®-number (HKS 00) to NCS-number (S0000-X00X)

nsc-logo

PANTONE® to RGB

convert from Pantone®-number (Pantone 0000) to RGB red green blue

PANTONE® to RGBA

convert from Pantone®-number (Pantone 0000) to RGBA red green blue transparency

PANTONE® to CMYK

convert from Pantone®-number (Pantone 0000) to CMYK cyan / magenta / yellow / black

Icons

PANTONE® to HEX

convert from Pantone®-number (Pantone 0000) to #RRGGBB

PANTONE® to RAL®

convert from Pantone®-number (Pantone 0000) to RAL®-number (RAL 0000)

PANTONE® to HKS®

convert from Pantone®-number (Pantone 0000) to HKS®-number (HKS 00)

PANTONE® to Sherwin Williams®

convert from Pantone®-number (Pantone 0000) to Sherwin Williams®-number (SW 0000)

PANTONE® to NCS®

convert from Pantone®-number (Pantone 0000) to NCS-number (S0000-X00X)

nsc-logo

Sherwin Williams® to RGB

convert from Sherwin Williams®-number (SW 0000) to RGB red green blue

Sherwin Williams® to RGBA

convert from Sherwin Williams®-number (SW 0000) to RGBA red green blue transparency

Sherwin Williams® to CMYK

convert from Sherwin Williams®-number (SW 0000) to CMYK cyan / magenta / yellow / black

Icons

Sherwin Williams® to HEX

convert from Sherwin Williams®-number (SW 0000) to #RRGGBB

Sherwin Williams® to RAL®

convert from Sherwin Williams®-number (SW 0000) to RAL®-number (RAL 0000)

Sherwin Williams® to HKS®

convert from Sherwin Williams®-number (SW 0000) to HKS®-number (HKS 00)

Sherwin Williams® to PANTONE®

convert from Sherwin Williams®-number (SW 0000) to Pantone®-number (Pantone 0000)

Sherwin Williams® to NCS®

convert from Sherwin Williams®-number (SW 0000) to NCS-number (S0000-X00X)

nsc-logo

NCS® to RGB

convert from NCS-number (S0000-X00X) to RGB red green blue

NCS® to RGBA

convert from NCS-number (S0000-X00X) to RGBA red green blue transparency

NCS® to CMYK

convert from NCS-number (S0000-X00X) to CMYK cyan / magenta / yellow / black

Icons

NCS® to HEX

convert from NCS-number (S0000-X00X) to #RRGGBB

NCS® to RAL®

convert from NCS-number (S0000-X00X) to RAL®-number (RAL 0000)

NCS® to HKS®

convert from NCS-number (S0000-X00X) to HKS®-number (HKS 00)

NCS® to PANTONE®

convert from NCS-number (S0000-X00X) to Pantone®-number (Pantone 0000)

To be able to save color palettes, a registration is required.

Log in to your account

or

Create an account

Current color palette Share
Should it be public or private?
Link(s) will follow after sharing.

Cancel Share

Color palette shared
Please copy and save the desired link.

Share

OK, I have copied the links

Your colors will be saved in a new color palette.
View them under your profile.
You can customize them further, and share them.

Show color palette
Close

Create a color palette

DownloadDownload in different formats

Remove All

By clicking on you can create palettes and download the color swatches.