#ece7f5
a pale, soft violet · warm · closest name: lavender
RGB
236, 231, 245
HSL
261°, 41%, 93%
CMYK
4, 6, 0, 4
Luminance
0.8158
Every format
| HEX | #ece7f5 |
| RGB | rgb(236, 231, 245) |
| HSL | hsl(261, 41%, 93%) |
| CMYK | cmyk(4%, 6%, 0%, 4%) |
| LAB | lab(92.4 4.2 -6.2) |
| LCH | lch(92.4 7.5 304.2) |
| OKLCH | oklch(0.936 0.019 302.2) |
Copy-ready code
/* CSS */
color: #ece7f5;
background-color: #ece7f5;
/* Tailwind (arbitrary) */
class="text-[#ece7f5] bg-[#ece7f5]"
/* SCSS */
$brand: #ece7f5;
/* SwiftUI */
Color(red: 0.925, green: 0.906, blue: 0.961)
/* Android */
Color.parseColor("#ece7f5")Accessibility — WCAG contrast
Aa
#ece7f5 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece7f5 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green90.6%
Blue96.1%
CMYK percentages
Cyan3.7%
Magenta5.7%
Yellow0.0%
Key (black)3.9%
Color previews
#ece7f5 text on a black background
contrast 17.32:1
Card sample
#ece7f5 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece7f5;
Background color
Panel with #ece7f5 background
background-color: #ece7f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece7f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 231, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 231, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece7f5; background: linear-gradient(135deg, #ece7f5, #F5E7F5);