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