#cfd2fb
a pale, electric blue · warm · closest name: lavender
RGB
207, 210, 251
HSL
236°, 85%, 90%
CMYK
18, 16, 0, 2
Luminance
0.6632
Every format
| HEX | #cfd2fb |
| RGB | rgb(207, 210, 251) |
| HSL | hsl(236, 85%, 90%) |
| CMYK | cmyk(18%, 16%, 0%, 2%) |
| LAB | lab(85.2 7.1 -20.4) |
| LCH | lch(85.2 21.6 289.3) |
| OKLCH | oklch(0.875 0.057 281.9) |
Copy-ready code
/* CSS */
color: #cfd2fb;
background-color: #cfd2fb;
/* Tailwind (arbitrary) */
class="text-[#cfd2fb] bg-[#cfd2fb]"
/* SCSS */
$brand: #cfd2fb;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.984)
/* Android */
Color.parseColor("#cfd2fb")Accessibility — WCAG contrast
Aa
#cfd2fb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2fb on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta16.3%
Yellow0.0%
Key (black)1.6%
Color previews
#cfd2fb text on a black background
contrast 14.26:1
Card sample
#cfd2fb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2fb;
Background color
Panel with #cfd2fb background
background-color: #cfd2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2fb; background: linear-gradient(135deg, #cfd2fb, #E9CFFB);