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