#eb9fca
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 159, 202
HSL
326°, 66%, 77%
CMYK
0, 32, 14, 8
Luminance
0.4672
Every format
| HEX | #eb9fca |
| RGB | rgb(235, 159, 202) |
| HSL | hsl(326, 66%, 77%) |
| CMYK | cmyk(0%, 32%, 14%, 8%) |
| LAB | lab(74.0 34.4 -10.4) |
| LCH | lch(74.0 36.0 343.1) |
| OKLCH | oklch(0.789 0.105 344.8) |
Copy-ready code
/* CSS */
color: #eb9fca;
background-color: #eb9fca;
/* Tailwind (arbitrary) */
class="text-[#eb9fca] bg-[#eb9fca]"
/* SCSS */
$brand: #eb9fca;
/* SwiftUI */
Color(red: 0.922, green: 0.624, blue: 0.792)
/* Android */
Color.parseColor("#eb9fca")Accessibility — WCAG contrast
Aa
#eb9fca on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9fca on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.4%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow14.0%
Key (black)7.8%
Color previews
#eb9fca text on a black background
contrast 10.34:1
Card sample
#eb9fca text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9fca;
Background color
Panel with #eb9fca background
background-color: #eb9fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 159, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 159, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9fca; background: linear-gradient(135deg, #eb9fca, #EBA79F);