#cecfe4
a pale, soft blue · warm · closest name: lavender
RGB
206, 207, 228
HSL
237°, 29%, 85%
CMYK
10, 9, 0, 11
Luminance
0.6335
Every format
| HEX | #cecfe4 |
| RGB | rgb(206, 207, 228) |
| HSL | hsl(237, 29%, 85%) |
| CMYK | cmyk(10%, 9%, 0%, 11%) |
| LAB | lab(83.6 3.7 -10.5) |
| LCH | lch(83.6 11.1 289.3) |
| OKLCH | oklch(0.860 0.029 283.6) |
Copy-ready code
/* CSS */
color: #cecfe4;
background-color: #cecfe4;
/* Tailwind (arbitrary) */
class="text-[#cecfe4] bg-[#cecfe4]"
/* SCSS */
$brand: #cecfe4;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#cecfe4")Accessibility — WCAG contrast
Aa
#cecfe4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfe4 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue89.4%
CMYK percentages
Cyan9.6%
Magenta9.2%
Yellow0.0%
Key (black)10.6%
Color previews
#cecfe4 text on a black background
contrast 13.67:1
Card sample
#cecfe4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfe4;
Background color
Panel with #cecfe4 background
background-color: #cecfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfe4; background: linear-gradient(135deg, #cecfe4, #DCCEE4);