#cfe2fc
a pale, electric blue · cool · closest name: lavender
RGB
207, 226, 252
HSL
215°, 88%, 90%
CMYK
18, 10, 0, 1
Luminance
0.7469
Every format
| HEX | #cfe2fc |
| RGB | rgb(207, 226, 252) |
| HSL | hsl(215, 88%, 90%) |
| CMYK | cmyk(18%, 10%, 0%, 1%) |
| LAB | lab(89.3 -1.1 -14.7) |
| LCH | lch(89.3 14.8 265.9) |
| OKLCH | oklch(0.907 0.041 256.2) |
Copy-ready code
/* CSS */
color: #cfe2fc;
background-color: #cfe2fc;
/* Tailwind (arbitrary) */
class="text-[#cfe2fc] bg-[#cfe2fc]"
/* SCSS */
$brand: #cfe2fc;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.988)
/* Android */
Color.parseColor("#cfe2fc")Accessibility — WCAG contrast
Aa
#cfe2fc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2fc on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta10.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cfe2fc text on a black background
contrast 15.94:1
Card sample
#cfe2fc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2fc;
Background color
Panel with #cfe2fc background
background-color: #cfe2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2fc; background: linear-gradient(135deg, #cfe2fc, #DACFFC);