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