#eacefc
a pale, electric violet · warm · closest name: lavender
RGB
234, 206, 252
HSL
277°, 89%, 90%
CMYK
7, 18, 0, 1
Luminance
0.6866
Every format
| HEX | #eacefc |
| RGB | rgb(234, 206, 252) |
| HSL | hsl(277, 89%, 90%) |
| CMYK | cmyk(7%, 18%, 0%, 1%) |
| LAB | lab(86.3 18.0 -18.9) |
| LCH | lch(86.3 26.1 313.6) |
| OKLCH | oklch(0.889 0.069 312.1) |
Copy-ready code
/* CSS */
color: #eacefc;
background-color: #eacefc;
/* Tailwind (arbitrary) */
class="text-[#eacefc] bg-[#eacefc]"
/* SCSS */
$brand: #eacefc;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#eacefc")Accessibility — WCAG contrast
Aa
#eacefc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacefc on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue98.8%
CMYK percentages
Cyan7.1%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#eacefc text on a black background
contrast 14.73:1
Card sample
#eacefc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacefc;
Background color
Panel with #eacefc background
background-color: #eacefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacefc; background: linear-gradient(135deg, #eacefc, #FCCEEF);