#eb6db0
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 109, 176
HSL
328°, 76%, 68%
CMYK
0, 54, 25, 8
Luminance
0.3173
Every format
| HEX | #eb6db0 |
| RGB | rgb(235, 109, 176) |
| HSL | hsl(328, 76%, 68%) |
| CMYK | cmyk(0%, 54%, 25%, 8%) |
| LAB | lab(63.1 55.9 -12.2) |
| LCH | lch(63.1 57.2 347.7) |
| OKLCH | oklch(0.705 0.172 349.3) |
Copy-ready code
/* CSS */
color: #eb6db0;
background-color: #eb6db0;
/* Tailwind (arbitrary) */
class="text-[#eb6db0] bg-[#eb6db0]"
/* SCSS */
$brand: #eb6db0;
/* SwiftUI */
Color(red: 0.922, green: 0.427, blue: 0.690)
/* Android */
Color.parseColor("#eb6db0")Accessibility — WCAG contrast
Aa
#eb6db0 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6db0 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow25.1%
Key (black)7.8%
Color previews
#eb6db0 text on a black background
contrast 7.35:1
Card sample
#eb6db0 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6db0;
Background color
Panel with #eb6db0 background
background-color: #eb6db0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6db0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 109, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 109, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6db0; background: linear-gradient(135deg, #eb6db0, #EB7E6D);