#eaceff
a pale, electric violet · warm · closest name: lavender
RGB
234, 206, 255
HSL
274°, 100%, 90%
CMYK
8, 19, 0, 0
Luminance
0.6886
Every format
| HEX | #eaceff |
| RGB | rgb(234, 206, 255) |
| HSL | hsl(274, 100%, 90%) |
| CMYK | cmyk(8%, 19%, 0%, 0%) |
| LAB | lab(86.4 18.6 -20.3) |
| LCH | lch(86.4 27.5 312.4) |
| OKLCH | oklch(0.890 0.072 310.6) |
Copy-ready code
/* CSS */
color: #eaceff;
background-color: #eaceff;
/* Tailwind (arbitrary) */
class="text-[#eaceff] bg-[#eaceff]"
/* SCSS */
$brand: #eaceff;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#eaceff")Accessibility — WCAG contrast
Aa
#eaceff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaceff on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#eaceff text on a black background
contrast 14.77:1
Card sample
#eaceff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaceff;
Background color
Panel with #eaceff background
background-color: #eaceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaceff; background: linear-gradient(135deg, #eaceff, #FFCEF3);