#cfdfea
a pale, soft blue · cool · closest name: lavender
RGB
207, 223, 234
HSL
204°, 39%, 87%
CMYK
12, 5, 0, 8
Luminance
0.7198
Every format
| HEX | #cfdfea |
| RGB | rgb(207, 223, 234) |
| HSL | hsl(204, 39%, 87%) |
| CMYK | cmyk(12%, 5%, 0%, 8%) |
| LAB | lab(88.0 -3.2 -7.2) |
| LCH | lch(88.0 7.9 246.1) |
| OKLCH | oklch(0.895 0.023 237.7) |
Copy-ready code
/* CSS */
color: #cfdfea;
background-color: #cfdfea;
/* Tailwind (arbitrary) */
class="text-[#cfdfea] bg-[#cfdfea]"
/* SCSS */
$brand: #cfdfea;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.918)
/* Android */
Color.parseColor("#cfdfea")Accessibility — WCAG contrast
Aa
#cfdfea on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfea on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue91.8%
CMYK percentages
Cyan11.5%
Magenta4.7%
Yellow0.0%
Key (black)8.2%
Color previews
#cfdfea text on a black background
contrast 15.40:1
Card sample
#cfdfea text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfea;
Background color
Panel with #cfdfea background
background-color: #cfdfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfea; background: linear-gradient(135deg, #cfdfea, #D1CFEA);