#eacaf5
a pale, vivid violet · warm · closest name: lavender
RGB
234, 202, 245
HSL
285°, 68%, 88%
CMYK
5, 18, 0, 4
Luminance
0.6633
Every format
| HEX | #eacaf5 |
| RGB | rgb(234, 202, 245) |
| HSL | hsl(285, 68%, 88%) |
| CMYK | cmyk(5%, 18%, 0%, 4%) |
| LAB | lab(85.2 18.8 -17.0) |
| LCH | lch(85.2 25.3 317.9) |
| OKLCH | oklch(0.879 0.068 317.4) |
Copy-ready code
/* CSS */
color: #eacaf5;
background-color: #eacaf5;
/* Tailwind (arbitrary) */
class="text-[#eacaf5] bg-[#eacaf5]"
/* SCSS */
$brand: #eacaf5;
/* SwiftUI */
Color(red: 0.918, green: 0.792, blue: 0.961)
/* Android */
Color.parseColor("#eacaf5")Accessibility — WCAG contrast
Aa
#eacaf5 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacaf5 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.2%
Blue96.1%
CMYK percentages
Cyan4.5%
Magenta17.6%
Yellow0.0%
Key (black)3.9%
Color previews
#eacaf5 text on a black background
contrast 14.27:1
Card sample
#eacaf5 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacaf5;
Background color
Panel with #eacaf5 background
background-color: #eacaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 202, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 202, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacaf5; background: linear-gradient(135deg, #eacaf5, #F5CAE3);