#cfd8fd
a pale, electric blue · warm · closest name: lavender
RGB
207, 216, 253
HSL
228°, 92%, 90%
CMYK
18, 15, 0, 1
Luminance
0.6947
Every format
| HEX | #cfd8fd |
| RGB | rgb(207, 216, 253) |
| HSL | hsl(228, 92%, 90%) |
| CMYK | cmyk(18%, 15%, 0%, 1%) |
| LAB | lab(86.7 4.4 -19.0) |
| LCH | lch(86.7 19.5 283.0) |
| OKLCH | oklch(0.887 0.052 274.5) |
Copy-ready code
/* CSS */
color: #cfd8fd;
background-color: #cfd8fd;
/* Tailwind (arbitrary) */
class="text-[#cfd8fd] bg-[#cfd8fd]"
/* SCSS */
$brand: #cfd8fd;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.992)
/* Android */
Color.parseColor("#cfd8fd")Accessibility — WCAG contrast
Aa
#cfd8fd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd8fd on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta14.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cfd8fd text on a black background
contrast 14.89:1
Card sample
#cfd8fd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd8fd;
Background color
Panel with #cfd8fd background
background-color: #cfd8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd8fd; background: linear-gradient(135deg, #cfd8fd, #E5CFFD);