#cfdfec
a pale, soft blue · cool · closest name: lavender
RGB
207, 223, 236
HSL
207°, 43%, 87%
CMYK
12, 6, 0, 8
Luminance
0.7210
Every format
| HEX | #cfdfec |
| RGB | rgb(207, 223, 236) |
| HSL | hsl(207, 43%, 87%) |
| CMYK | cmyk(12%, 6%, 0%, 8%) |
| LAB | lab(88.0 -2.8 -8.2) |
| LCH | lch(88.0 8.6 251.2) |
| OKLCH | oklch(0.896 0.025 242.4) |
Copy-ready code
/* CSS */
color: #cfdfec;
background-color: #cfdfec;
/* Tailwind (arbitrary) */
class="text-[#cfdfec] bg-[#cfdfec]"
/* SCSS */
$brand: #cfdfec;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#cfdfec")Accessibility — WCAG contrast
Aa
#cfdfec on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfec on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#cfdfec text on a black background
contrast 15.42:1
Card sample
#cfdfec text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfec;
Background color
Panel with #cfdfec background
background-color: #cfdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfec; background: linear-gradient(135deg, #cfdfec, #D2CFEC);