#cfdaf1
a pale, vivid blue · cool · closest name: lavender
RGB
207, 218, 241
HSL
221°, 55%, 88%
CMYK
14, 10, 0, 6
Luminance
0.6976
Every format
| HEX | #cfdaf1 |
| RGB | rgb(207, 218, 241) |
| HSL | hsl(221, 55%, 88%) |
| CMYK | cmyk(14%, 10%, 0%, 6%) |
| LAB | lab(86.9 0.8 -12.5) |
| LCH | lch(86.9 12.5 273.8) |
| OKLCH | oklch(0.887 0.034 265.2) |
Copy-ready code
/* CSS */
color: #cfdaf1;
background-color: #cfdaf1;
/* Tailwind (arbitrary) */
class="text-[#cfdaf1] bg-[#cfdaf1]"
/* SCSS */
$brand: #cfdaf1;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.945)
/* Android */
Color.parseColor("#cfdaf1")Accessibility — WCAG contrast
Aa
#cfdaf1 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdaf1 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta9.5%
Yellow0.0%
Key (black)5.5%
Color previews
#cfdaf1 text on a black background
contrast 14.95:1
Card sample
#cfdaf1 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdaf1;
Background color
Panel with #cfdaf1 background
background-color: #cfdaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdaf1; background: linear-gradient(135deg, #cfdaf1, #DBCFF1);