#eb38ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 56, 171
HSL
322°, 82%, 57%
CMYK
0, 76, 27, 8
Luminance
0.2343
Every format
| HEX | #eb38ab |
| RGB | rgb(235, 56, 171) |
| HSL | hsl(322, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 27%, 8%) |
| LAB | lab(55.5 75.7 -20.9) |
| LCH | lch(55.5 78.5 344.6) |
| OKLCH | oklch(0.648 0.237 346.5) |
Copy-ready code
/* CSS */
color: #eb38ab;
background-color: #eb38ab;
/* Tailwind (arbitrary) */
class="text-[#eb38ab] bg-[#eb38ab]"
/* SCSS */
$brand: #eb38ab;
/* SwiftUI */
Color(red: 0.922, green: 0.220, blue: 0.671)
/* Android */
Color.parseColor("#eb38ab")Accessibility — WCAG contrast
Aa
#eb38ab on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb38ab on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow27.2%
Key (black)7.8%
Color previews
#eb38ab text on a black background
contrast 5.69:1
Card sample
#eb38ab text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb38ab;
Background color
Panel with #eb38ab background
background-color: #eb38ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb38ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 56, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 56, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb38ab; background: linear-gradient(135deg, #eb38ab, #EB3D38);