#eb29ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 41, 171
HSL
320°, 83%, 54%
CMYK
0, 83, 27, 8
Luminance
0.2219
Every format
| HEX | #eb29ab |
| RGB | rgb(235, 41, 171) |
| HSL | hsl(320, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 27%, 8%) |
| LAB | lab(54.2 79.3 -22.8) |
| LCH | lch(54.2 82.6 343.9) |
| OKLCH | oklch(0.639 0.249 345.9) |
Copy-ready code
/* CSS */
color: #eb29ab;
background-color: #eb29ab;
/* Tailwind (arbitrary) */
class="text-[#eb29ab] bg-[#eb29ab]"
/* SCSS */
$brand: #eb29ab;
/* SwiftUI */
Color(red: 0.922, green: 0.161, blue: 0.671)
/* Android */
Color.parseColor("#eb29ab")Accessibility — WCAG contrast
Aa
#eb29ab on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb29ab on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow27.2%
Key (black)7.8%
Color previews
#eb29ab text on a black background
contrast 5.44:1
Card sample
#eb29ab text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb29ab;
Background color
Panel with #eb29ab background
background-color: #eb29ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb29ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 41, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 41, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb29ab; background: linear-gradient(135deg, #eb29ab, #EB292A);