#cfd4fd
a pale, electric blue · warm · closest name: lavender
RGB
207, 212, 253
HSL
234°, 92%, 90%
CMYK
18, 16, 0, 1
Luminance
0.6744
Every format
| HEX | #cfd4fd |
| RGB | rgb(207, 212, 253) |
| HSL | hsl(234, 92%, 90%) |
| CMYK | cmyk(18%, 16%, 0%, 1%) |
| LAB | lab(85.7 6.5 -20.6) |
| LCH | lch(85.7 21.6 287.6) |
| OKLCH | oklch(0.879 0.057 279.7) |
Copy-ready code
/* CSS */
color: #cfd4fd;
background-color: #cfd4fd;
/* Tailwind (arbitrary) */
class="text-[#cfd4fd] bg-[#cfd4fd]"
/* SCSS */
$brand: #cfd4fd;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.992)
/* Android */
Color.parseColor("#cfd4fd")Accessibility — WCAG contrast
Aa
#cfd4fd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4fd on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta16.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cfd4fd text on a black background
contrast 14.49:1
Card sample
#cfd4fd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4fd;
Background color
Panel with #cfd4fd background
background-color: #cfd4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4fd; background: linear-gradient(135deg, #cfd4fd, #E9CFFD);