#cfe2fe
a pale, electric blue · cool · closest name: lavender
RGB
207, 226, 254
HSL
216°, 96%, 90%
CMYK
19, 11, 0, 0
Luminance
0.7481
Every format
| HEX | #cfe2fe |
| RGB | rgb(207, 226, 254) |
| HSL | hsl(216, 96%, 90%) |
| CMYK | cmyk(19%, 11%, 0%, 0%) |
| LAB | lab(89.3 -0.6 -15.7) |
| LCH | lch(89.3 15.7 267.7) |
| OKLCH | oklch(0.907 0.043 258.0) |
Copy-ready code
/* CSS */
color: #cfe2fe;
background-color: #cfe2fe;
/* Tailwind (arbitrary) */
class="text-[#cfe2fe] bg-[#cfe2fe]"
/* SCSS */
$brand: #cfe2fe;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#cfe2fe")Accessibility — WCAG contrast
Aa
#cfe2fe on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2fe on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cfe2fe text on a black background
contrast 15.96:1
Card sample
#cfe2fe text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2fe;
Background color
Panel with #cfe2fe background
background-color: #cfe2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2fe; background: linear-gradient(135deg, #cfe2fe, #DBCFFE);