#eabbdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 187, 223
HSL
314°, 53%, 83%
CMYK
0, 20, 5, 8
Luminance
0.5836
Every format
| HEX | #eabbdf |
| RGB | rgb(234, 187, 223) |
| HSL | hsl(314, 53%, 83%) |
| CMYK | cmyk(0%, 20%, 5%, 8%) |
| LAB | lab(80.9 22.7 -11.5) |
| LCH | lch(80.9 25.5 333.1) |
| OKLCH | oklch(0.845 0.071 334.6) |
Copy-ready code
/* CSS */
color: #eabbdf;
background-color: #eabbdf;
/* Tailwind (arbitrary) */
class="text-[#eabbdf] bg-[#eabbdf]"
/* SCSS */
$brand: #eabbdf;
/* SwiftUI */
Color(red: 0.918, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#eabbdf")Accessibility — WCAG contrast
Aa
#eabbdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabbdf on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green73.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow4.7%
Key (black)8.2%
Color previews
#eabbdf text on a black background
contrast 12.67:1
Card sample
#eabbdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabbdf;
Background color
Panel with #eabbdf background
background-color: #eabbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabbdf; background: linear-gradient(135deg, #eabbdf, #EABBC0);