#cfe4fd
a pale, electric blue · cool · closest name: lavender
RGB
207, 228, 253
HSL
213°, 92%, 90%
CMYK
18, 10, 0, 1
Luminance
0.7584
Every format
| HEX | #cfe4fd |
| RGB | rgb(207, 228, 253) |
| HSL | hsl(213, 92%, 90%) |
| CMYK | cmyk(18%, 10%, 0%, 1%) |
| LAB | lab(89.8 -1.9 -14.4) |
| LCH | lch(89.8 14.6 262.6) |
| OKLCH | oklch(0.911 0.041 252.8) |
Copy-ready code
/* CSS */
color: #cfe4fd;
background-color: #cfe4fd;
/* Tailwind (arbitrary) */
class="text-[#cfe4fd] bg-[#cfe4fd]"
/* SCSS */
$brand: #cfe4fd;
/* SwiftUI */
Color(red: 0.812, green: 0.894, blue: 0.992)
/* Android */
Color.parseColor("#cfe4fd")Accessibility — WCAG contrast
Aa
#cfe4fd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe4fd on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.4%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta9.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cfe4fd text on a black background
contrast 16.17:1
Card sample
#cfe4fd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe4fd;
Background color
Panel with #cfe4fd background
background-color: #cfe4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 228, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 228, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe4fd; background: linear-gradient(135deg, #cfe4fd, #D9CFFD);