#CCC3EE Color Information

Hex color code: #CCC3EE

A soft blue shade, #CCC3EE appears as (204, 195, 238) in RGB and (253°, 56%, 85%) in HSL. It is frequently seen in web interfaces.

Try:
Color NameLight Steel Blue
HEX
#CCC3EE
RGB
204, 195, 238
HSL
253°, 56%, 85%
CMYK
14%, 18%, 0%, 7%

Shades

CSS Usage
color: #CCC3EE;
background-color: #CCC3EE;
border-color: #CCC3EE;
box-shadow: 0 0 10px #CCC3EE;
border: 2px solid #CCC3EE;
Tailwind Usage
bg-[#CCC3EE]
text-[#CCC3EE]
border-[#CCC3EE]
shadow-[0_0_10px_CCC3EE]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #CCC3EE, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #CCC3EE; color: #000000; }

Badge

New Feature
.badge { background-color: #CCC3EE; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #CCC3EE; background-color: #CCC3EE15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #CCC3EE20; border-left: 4px solid #CCC3EE; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #CCC3EE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #CCC3EE in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 195, 238

Red: 204 / Green: 195 / Blue: 238

HSL

253°, 56%, 85%

Hue: 253° / Saturation: 56% / Lightness: 85%

CMYK

14%, 18%, 0%, 7%

Cyan: 14% / Magenta: 18% / Yellow: 0% / Key: 7%

What color is #CCC3EE?

#CCC3EE is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCC3EE to RGB:

rgb(204, 195, 238)HEX to RGB Converter →

HEX to HSL

Convert #CCC3EE to HSL:

hsl(253, 56%, 85%)RGB to HSL Converter →

HEX to CMYK

Convert #CCC3EE to CMYK:

cmyk(14%, 18%, 0%, 7%)Color Converter →

Color Meaning and Usage

#CCC3EE is a ethereal blue color with RGB values of 204, 195, 238 and HSL of 253°, 56%, 85%. This very light tint evokes purity and simplicity, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCC3EE is #E5EEC3, creating high-contrast pairings. For softer combinations, try analogous colors like #C3CFEE.

Use #CCC3EE in CSS: color: #CCC3EE or background-color: #CCC3EE. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #CCC3EE

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 12.61:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCC3EE?

#CCC3EE is a ethereal blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CCC3EE?

#CCC3EE in RGB is (204, 195, 238) - 204 red, 195 green, and 238 blue.

How to use #CCC3EE in CSS?

Use #CCC3EE directly in your CSS properties like color or background-color.

What colors go well with #CCC3EE?

#E5EEC3 (complementary), #C3CFEE (analogous), and #9A88DD (lighter shade) work well with #CCC3EE.