#ece3f4
a pale, soft violet · warm · closest name: lavender
RGB
236, 227, 244
HSL
272°, 44%, 92%
CMYK
3, 7, 0, 4
Luminance
0.7930
Every format
| HEX | #ece3f4 |
| RGB | rgb(236, 227, 244) |
| HSL | hsl(272, 44%, 92%) |
| CMYK | cmyk(3%, 7%, 0%, 4%) |
| LAB | lab(91.4 6.1 -7.2) |
| LCH | lch(91.4 9.4 310.4) |
| OKLCH | oklch(0.928 0.025 309.4) |
Copy-ready code
/* CSS */
color: #ece3f4;
background-color: #ece3f4;
/* Tailwind (arbitrary) */
class="text-[#ece3f4] bg-[#ece3f4]"
/* SCSS */
$brand: #ece3f4;
/* SwiftUI */
Color(red: 0.925, green: 0.890, blue: 0.957)
/* Android */
Color.parseColor("#ece3f4")Accessibility — WCAG contrast
Aa
#ece3f4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece3f4 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green89.0%
Blue95.7%
CMYK percentages
Cyan3.3%
Magenta7.0%
Yellow0.0%
Key (black)4.3%
Color previews
#ece3f4 text on a black background
contrast 16.86:1
Card sample
#ece3f4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece3f4;
Background color
Panel with #ece3f4 background
background-color: #ece3f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece3f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 227, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 227, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece3f4; background: linear-gradient(135deg, #ece3f4, #F4E3F1);