#eac8eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
234, 200, 235
HSL
298°, 47%, 85%
CMYK
0, 15, 0, 8
Luminance
0.6480
Every format
| HEX | #eac8eb |
| RGB | rgb(234, 200, 235) |
| HSL | hsl(298, 47%, 85%) |
| CMYK | cmyk(0%, 15%, 0%, 8%) |
| LAB | lab(84.4 17.9 -12.8) |
| LCH | lch(84.4 22.1 324.5) |
| OKLCH | oklch(0.872 0.060 325.2) |
Copy-ready code
/* CSS */
color: #eac8eb;
background-color: #eac8eb;
/* Tailwind (arbitrary) */
class="text-[#eac8eb] bg-[#eac8eb]"
/* SCSS */
$brand: #eac8eb;
/* SwiftUI */
Color(red: 0.918, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#eac8eb")Accessibility — WCAG contrast
Aa
#eac8eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac8eb on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green78.4%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta14.9%
Yellow0.0%
Key (black)7.8%
Color previews
#eac8eb text on a black background
contrast 13.96:1
Card sample
#eac8eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac8eb;
Background color
Panel with #eac8eb background
background-color: #eac8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac8eb; background: linear-gradient(135deg, #eac8eb, #EBC8D5);