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