#cfceee
a pale, vivid blue · warm · closest name: lavender
RGB
207, 206, 238
HSL
242°, 49%, 87%
CMYK
13, 13, 0, 7
Luminance
0.6358
Every format
| HEX | #cfceee |
| RGB | rgb(207, 206, 238) |
| HSL | hsl(242, 49%, 87%) |
| CMYK | cmyk(13%, 13%, 0%, 7%) |
| LAB | lab(83.8 6.5 -15.6) |
| LCH | lch(83.8 16.9 292.8) |
| OKLCH | oklch(0.862 0.044 286.9) |
Copy-ready code
/* CSS */
color: #cfceee;
background-color: #cfceee;
/* Tailwind (arbitrary) */
class="text-[#cfceee] bg-[#cfceee]"
/* SCSS */
$brand: #cfceee;
/* SwiftUI */
Color(red: 0.812, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#cfceee")Accessibility — WCAG contrast
Aa
#cfceee on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfceee on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.8%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cfceee text on a black background
contrast 13.72:1
Card sample
#cfceee text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfceee;
Background color
Panel with #cfceee background
background-color: #cfceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfceee; background: linear-gradient(135deg, #cfceee, #E4CEEE);