#cfdff1
a pale, vivid blue · cool · closest name: lavender
RGB
207, 223, 241
HSL
212°, 55%, 88%
CMYK
14, 8, 0, 6
Luminance
0.7239
Every format
| HEX | #cfdff1 |
| RGB | rgb(207, 223, 241) |
| HSL | hsl(212, 55%, 88%) |
| CMYK | cmyk(14%, 8%, 0%, 6%) |
| LAB | lab(88.2 -1.8 -10.6) |
| LCH | lch(88.2 10.7 260.5) |
| OKLCH | oklch(0.897 0.030 251.3) |
Copy-ready code
/* CSS */
color: #cfdff1;
background-color: #cfdff1;
/* Tailwind (arbitrary) */
class="text-[#cfdff1] bg-[#cfdff1]"
/* SCSS */
$brand: #cfdff1;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.945)
/* Android */
Color.parseColor("#cfdff1")Accessibility — WCAG contrast
Aa
#cfdff1 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdff1 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta7.5%
Yellow0.0%
Key (black)5.5%
Color previews
#cfdff1 text on a black background
contrast 15.48:1
Card sample
#cfdff1 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdff1;
Background color
Panel with #cfdff1 background
background-color: #cfdff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdff1; background: linear-gradient(135deg, #cfdff1, #D6CFF1);