#e899af
a light, vivid magenta / pink · warm · closest name: pink
RGB
232, 153, 175
HSL
343°, 63%, 76%
CMYK
0, 34, 25, 9
Luminance
0.4303
Every format
| HEX | #e899af |
| RGB | rgb(232, 153, 175) |
| HSL | hsl(343, 63%, 76%) |
| CMYK | cmyk(0%, 34%, 25%, 9%) |
| LAB | lab(71.6 32.5 0.8) |
| LCH | lch(71.6 32.5 1.5) |
| OKLCH | oklch(0.768 0.098 1.5) |
Copy-ready code
/* CSS */
color: #e899af;
background-color: #e899af;
/* Tailwind (arbitrary) */
class="text-[#e899af] bg-[#e899af]"
/* SCSS */
$brand: #e899af;
/* SwiftUI */
Color(red: 0.910, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#e899af")Accessibility — WCAG contrast
Aa
#e899af on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e899af on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green60.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow24.6%
Key (black)9.0%
Color previews
#e899af text on a black background
contrast 9.61:1
Card sample
#e899af text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e899af;
Background color
Panel with #e899af background
background-color: #e899af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e899af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e899af; background: linear-gradient(135deg, #e899af, #E8B899);