#eb6db6
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 109, 182
HSL
325°, 76%, 68%
CMYK
0, 54, 23, 8
Luminance
0.3198
Every format
| HEX | #eb6db6 |
| RGB | rgb(235, 109, 182) |
| HSL | hsl(325, 76%, 68%) |
| CMYK | cmyk(0%, 54%, 23%, 8%) |
| LAB | lab(63.3 56.7 -15.3) |
| LCH | lch(63.3 58.8 344.9) |
| OKLCH | oklch(0.707 0.175 346.7) |
Copy-ready code
/* CSS */
color: #eb6db6;
background-color: #eb6db6;
/* Tailwind (arbitrary) */
class="text-[#eb6db6] bg-[#eb6db6]"
/* SCSS */
$brand: #eb6db6;
/* SwiftUI */
Color(red: 0.922, green: 0.427, blue: 0.714)
/* Android */
Color.parseColor("#eb6db6")Accessibility — WCAG contrast
Aa
#eb6db6 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6db6 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.7%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow22.6%
Key (black)7.8%
Color previews
#eb6db6 text on a black background
contrast 7.40:1
Card sample
#eb6db6 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6db6;
Background color
Panel with #eb6db6 background
background-color: #eb6db6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6db6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 109, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 109, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6db6; background: linear-gradient(135deg, #eb6db6, #EB786D);