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