#e99fd3
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 159, 211
HSL
318°, 63%, 77%
CMYK
0, 32, 9, 9
Luminance
0.4682
Every format
| HEX | #e99fd3 |
| RGB | rgb(233, 159, 211) |
| HSL | hsl(318, 63%, 77%) |
| CMYK | cmyk(0%, 32%, 9%, 9%) |
| LAB | lab(74.1 35.2 -15.3) |
| LCH | lch(74.1 38.4 336.5) |
| OKLCH | oklch(0.790 0.110 338.2) |
Copy-ready code
/* CSS */
color: #e99fd3;
background-color: #e99fd3;
/* Tailwind (arbitrary) */
class="text-[#e99fd3] bg-[#e99fd3]"
/* SCSS */
$brand: #e99fd3;
/* SwiftUI */
Color(red: 0.914, green: 0.624, blue: 0.827)
/* Android */
Color.parseColor("#e99fd3")Accessibility — WCAG contrast
Aa
#e99fd3 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e99fd3 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green62.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow9.4%
Key (black)8.6%
Color previews
#e99fd3 text on a black background
contrast 10.36:1
Card sample
#e99fd3 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e99fd3;
Background color
Panel with #e99fd3 background
background-color: #e99fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e99fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 159, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 159, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e99fd3; background: linear-gradient(135deg, #e99fd3, #E99FA2);