#cfdbfd
a pale, electric blue · cool · closest name: lavender
RGB
207, 219, 253
HSL
224°, 92%, 90%
CMYK
18, 13, 0, 1
Luminance
0.7102
Every format
| HEX | #cfdbfd |
| RGB | rgb(207, 219, 253) |
| HSL | hsl(224, 92%, 90%) |
| CMYK | cmyk(18%, 13%, 0%, 1%) |
| LAB | lab(87.5 2.8 -17.9) |
| LCH | lch(87.5 18.1 279.0) |
| OKLCH | oklch(0.893 0.049 270.0) |
Copy-ready code
/* CSS */
color: #cfdbfd;
background-color: #cfdbfd;
/* Tailwind (arbitrary) */
class="text-[#cfdbfd] bg-[#cfdbfd]"
/* SCSS */
$brand: #cfdbfd;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#cfdbfd")Accessibility — WCAG contrast
Aa
#cfdbfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbfd on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cfdbfd text on a black background
contrast 15.20:1
Card sample
#cfdbfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbfd;
Background color
Panel with #cfdbfd background
background-color: #cfdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbfd; background: linear-gradient(135deg, #cfdbfd, #E2CFFD);