#cfdeef
a pale, vivid blue · cool · closest name: lavender
RGB
207, 222, 239
HSL
212°, 50%, 88%
CMYK
13, 7, 0, 6
Luminance
0.7174
Every format
| HEX | #cfdeef |
| RGB | rgb(207, 222, 239) |
| HSL | hsl(212, 50%, 88%) |
| CMYK | cmyk(13%, 7%, 0%, 6%) |
| LAB | lab(87.8 -1.7 -10.0) |
| LCH | lch(87.8 10.1 260.6) |
| OKLCH | oklch(0.894 0.028 251.5) |
Copy-ready code
/* CSS */
color: #cfdeef;
background-color: #cfdeef;
/* Tailwind (arbitrary) */
class="text-[#cfdeef] bg-[#cfdeef]"
/* SCSS */
$brand: #cfdeef;
/* SwiftUI */
Color(red: 0.812, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#cfdeef")Accessibility — WCAG contrast
Aa
#cfdeef on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdeef on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.1%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta7.1%
Yellow0.0%
Key (black)6.3%
Color previews
#cfdeef text on a black background
contrast 15.35:1
Card sample
#cfdeef text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdeef;
Background color
Panel with #cfdeef background
background-color: #cfdeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 222, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 222, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdeef; background: linear-gradient(135deg, #cfdeef, #D6CFEF);