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