#cfdeee
a pale, vivid blue · cool · closest name: lavender
RGB
207, 222, 238
HSL
211°, 48%, 87%
CMYK
13, 7, 0, 7
Luminance
0.7168
Every format
| HEX | #cfdeee |
| RGB | rgb(207, 222, 238) |
| HSL | hsl(211, 48%, 87%) |
| CMYK | cmyk(13%, 7%, 0%, 7%) |
| LAB | lab(87.8 -1.9 -9.5) |
| LCH | lch(87.8 9.7 258.9) |
| OKLCH | oklch(0.894 0.027 249.9) |
Copy-ready code
/* CSS */
color: #cfdeee;
background-color: #cfdeee;
/* Tailwind (arbitrary) */
class="text-[#cfdeee] bg-[#cfdeee]"
/* SCSS */
$brand: #cfdeee;
/* SwiftUI */
Color(red: 0.812, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#cfdeee")Accessibility — WCAG contrast
Aa
#cfdeee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdeee on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.1%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cfdeee text on a black background
contrast 15.34:1
Card sample
#cfdeee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdeee;
Background color
Panel with #cfdeee background
background-color: #cfdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdeee; background: linear-gradient(135deg, #cfdeee, #D5CFEE);