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