#eacff8
a pale, vivid violet · warm · closest name: lavender
RGB
234, 207, 248
HSL
280°, 75%, 89%
CMYK
6, 17, 0, 3
Luminance
0.6890
Every format
| HEX | #eacff8 |
| RGB | rgb(234, 207, 248) |
| HSL | hsl(280, 75%, 89%) |
| CMYK | cmyk(6%, 17%, 0%, 3%) |
| LAB | lab(86.5 16.7 -16.6) |
| LCH | lch(86.5 23.5 315.1) |
| OKLCH | oklch(0.890 0.062 314.2) |
Copy-ready code
/* CSS */
color: #eacff8;
background-color: #eacff8;
/* Tailwind (arbitrary) */
class="text-[#eacff8] bg-[#eacff8]"
/* SCSS */
$brand: #eacff8;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.973)
/* Android */
Color.parseColor("#eacff8")Accessibility — WCAG contrast
Aa
#eacff8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacff8 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue97.3%
CMYK percentages
Cyan5.6%
Magenta16.5%
Yellow0.0%
Key (black)2.7%
Color previews
#eacff8 text on a black background
contrast 14.78:1
Card sample
#eacff8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacff8;
Background color
Panel with #eacff8 background
background-color: #eacff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacff8; background: linear-gradient(135deg, #eacff8, #F8CFEB);