#cfdbf9
a pale, electric blue · cool · closest name: lavender
RGB
207, 219, 249
HSL
223°, 78%, 89%
CMYK
17, 12, 0, 2
Luminance
0.7077
Every format
| HEX | #cfdbf9 |
| RGB | rgb(207, 219, 249) |
| HSL | hsl(223, 78%, 89%) |
| CMYK | cmyk(17%, 12%, 0%, 2%) |
| LAB | lab(87.4 2.0 -16.0) |
| LCH | lch(87.4 16.1 277.0) |
| OKLCH | oklch(0.892 0.043 268.2) |
Copy-ready code
/* CSS */
color: #cfdbf9;
background-color: #cfdbf9;
/* Tailwind (arbitrary) */
class="text-[#cfdbf9] bg-[#cfdbf9]"
/* SCSS */
$brand: #cfdbf9;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.976)
/* Android */
Color.parseColor("#cfdbf9")Accessibility — WCAG contrast
Aa
#cfdbf9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbf9 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta12.0%
Yellow0.0%
Key (black)2.4%
Color previews
#cfdbf9 text on a black background
contrast 15.15:1
Card sample
#cfdbf9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbf9;
Background color
Panel with #cfdbf9 background
background-color: #cfdbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbf9; background: linear-gradient(135deg, #cfdbf9, #DFCFF9);