#eac5eb
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 197, 235
HSL
298°, 49%, 85%
CMYK
0, 16, 0, 8
Luminance
0.6342
Every format
| HEX | #eac5eb |
| RGB | rgb(234, 197, 235) |
| HSL | hsl(298, 49%, 85%) |
| CMYK | cmyk(0%, 16%, 0%, 8%) |
| LAB | lab(83.7 19.6 -13.9) |
| LCH | lch(83.7 24.0 324.6) |
| OKLCH | oklch(0.867 0.065 325.3) |
Copy-ready code
/* CSS */
color: #eac5eb;
background-color: #eac5eb;
/* Tailwind (arbitrary) */
class="text-[#eac5eb] bg-[#eac5eb]"
/* SCSS */
$brand: #eac5eb;
/* SwiftUI */
Color(red: 0.918, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#eac5eb")Accessibility — WCAG contrast
Aa
#eac5eb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac5eb on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green77.3%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#eac5eb text on a black background
contrast 13.68:1
Card sample
#eac5eb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac5eb;
Background color
Panel with #eac5eb background
background-color: #eac5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac5eb; background: linear-gradient(135deg, #eac5eb, #EBC5D3);