#cfdafc
a pale, electric blue · warm · closest name: lavender
RGB
207, 218, 252
HSL
225°, 88%, 90%
CMYK
18, 14, 0, 1
Luminance
0.7044
Every format
| HEX | #cfdafc |
| RGB | rgb(207, 218, 252) |
| HSL | hsl(225, 88%, 90%) |
| CMYK | cmyk(18%, 14%, 0%, 1%) |
| LAB | lab(87.2 3.1 -17.8) |
| LCH | lch(87.2 18.1 280.0) |
| OKLCH | oklch(0.891 0.048 271.2) |
Copy-ready code
/* CSS */
color: #cfdafc;
background-color: #cfdafc;
/* Tailwind (arbitrary) */
class="text-[#cfdafc] bg-[#cfdafc]"
/* SCSS */
$brand: #cfdafc;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#cfdafc")Accessibility — WCAG contrast
Aa
#cfdafc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdafc on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cfdafc text on a black background
contrast 15.09:1
Card sample
#cfdafc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdafc;
Background color
Panel with #cfdafc background
background-color: #cfdafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdafc; background: linear-gradient(135deg, #cfdafc, #E2CFFC);