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