#CFCEED Color Information

Hex color code: #CFCEED

A light blue shade, #CFCEED appears as (207, 206, 237) in RGB and (242°, 46%, 87%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#CFCEED
RGB
207, 206, 237
HSL
242°, 46%, 87%
CMYK
13%, 13%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #CFCEED; 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 #CFCEED; background-color: #CFCEED15; }

Alert / Toast

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

Link / Accent

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

a { color: #CFCEED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

207, 206, 237

Red: 207 / Green: 206 / Blue: 237

HSL

242°, 46%, 87%

Hue: 242° / Saturation: 46% / Lightness: 87%

CMYK

13%, 13%, 0%, 7%

Cyan: 13% / Magenta: 13% / Yellow: 0% / Key: 7%

What color is #CFCEED?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CFCEED to RGB:

rgb(207, 206, 237)HEX to RGB Converter →

HEX to HSL

Convert #CFCEED to HSL:

hsl(242, 46%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #CFCEED to CMYK:

cmyk(13%, 13%, 0%, 7%)Color Converter →

Color Meaning and Usage

#CFCEED is a soft blue color with RGB values of 207, 206, 237 and HSL of 242°, 46%, 87%. This very light tint evokes purity and simplicity, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CFCEED is #ECEDCF, creating high-contrast pairings. For softer combinations, try analogous colors like #CFDDED.

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

Contrast with #CFCEED

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CFCEED?

#CFCEED is a soft blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CFCEED?

#CFCEED in RGB is (207, 206, 237) - 207 red, 206 green, and 237 blue.

How to use #CFCEED in CSS?

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

What colors go well with #CFCEED?

#ECEDCF (complementary), #CFDDED (analogous), and #9997D8 (lighter shade) work well with #CFCEED.