#cfe8fd
a pale, electric blue · cool · closest name: lavender
RGB
207, 232, 253
HSL
207°, 92%, 90%
CMYK
18, 8, 0, 1
Luminance
0.7807
Every format
| HEX | #cfe8fd |
| RGB | rgb(207, 232, 253) |
| HSL | hsl(207, 92%, 90%) |
| CMYK | cmyk(18%, 8%, 0%, 1%) |
| LAB | lab(90.8 -3.9 -12.9) |
| LCH | lch(90.8 13.5 253.0) |
| OKLCH | oklch(0.919 0.039 243.5) |
Copy-ready code
/* CSS */
color: #cfe8fd;
background-color: #cfe8fd;
/* Tailwind (arbitrary) */
class="text-[#cfe8fd] bg-[#cfe8fd]"
/* SCSS */
$brand: #cfe8fd;
/* SwiftUI */
Color(red: 0.812, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#cfe8fd")Accessibility — WCAG contrast
Aa
#cfe8fd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe8fd on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta8.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cfe8fd text on a black background
contrast 16.61:1
Card sample
#cfe8fd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe8fd;
Background color
Panel with #cfe8fd background
background-color: #cfe8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe8fd; background: linear-gradient(135deg, #cfe8fd, #D5CFFD);