#cfdffd
a pale, electric blue · cool · closest name: lavender
RGB
207, 223, 253
HSL
219°, 92%, 90%
CMYK
18, 12, 0, 1
Luminance
0.7313
Every format
| HEX | #cfdffd |
| RGB | rgb(207, 223, 253) |
| HSL | hsl(219, 92%, 90%) |
| CMYK | cmyk(18%, 12%, 0%, 1%) |
| LAB | lab(88.5 0.7 -16.4) |
| LCH | lch(88.5 16.4 272.5) |
| OKLCH | oklch(0.901 0.045 263.1) |
Copy-ready code
/* CSS */
color: #cfdffd;
background-color: #cfdffd;
/* Tailwind (arbitrary) */
class="text-[#cfdffd] bg-[#cfdffd]"
/* SCSS */
$brand: #cfdffd;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#cfdffd")Accessibility — WCAG contrast
Aa
#cfdffd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdffd on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cfdffd text on a black background
contrast 15.63:1
Card sample
#cfdffd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdffd;
Background color
Panel with #cfdffd background
background-color: #cfdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdffd; background: linear-gradient(135deg, #cfdffd, #DECFFD);