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