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