#cecfe2
a light, soft blue · warm · closest name: lavender
RGB
206, 207, 226
HSL
237°, 26%, 85%
CMYK
9, 8, 0, 11
Luminance
0.6324
Every format
| HEX | #cecfe2 |
| RGB | rgb(206, 207, 226) |
| HSL | hsl(237, 26%, 85%) |
| CMYK | cmyk(9%, 8%, 0%, 11%) |
| LAB | lab(83.6 3.3 -9.5) |
| LCH | lch(83.6 10.0 289.0) |
| OKLCH | oklch(0.860 0.026 283.4) |
Copy-ready code
/* CSS */
color: #cecfe2;
background-color: #cecfe2;
/* Tailwind (arbitrary) */
class="text-[#cecfe2] bg-[#cecfe2]"
/* SCSS */
$brand: #cecfe2;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#cecfe2")Accessibility — WCAG contrast
Aa
#cecfe2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfe2 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#cecfe2 text on a black background
contrast 13.65:1
Card sample
#cecfe2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfe2;
Background color
Panel with #cecfe2 background
background-color: #cecfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfe2; background: linear-gradient(135deg, #cecfe2, #DACEE2);