#eb33ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 51, 174
HSL
320°, 82%, 56%
CMYK
0, 78, 26, 8
Luminance
0.2309
Every format
| HEX | #eb33ae |
| RGB | rgb(235, 51, 174) |
| HSL | hsl(320, 82%, 56%) |
| CMYK | cmyk(0%, 78%, 26%, 8%) |
| LAB | lab(55.2 77.3 -23.1) |
| LCH | lch(55.2 80.7 343.3) |
| OKLCH | oklch(0.646 0.243 345.3) |
Copy-ready code
/* CSS */
color: #eb33ae;
background-color: #eb33ae;
/* Tailwind (arbitrary) */
class="text-[#eb33ae] bg-[#eb33ae]"
/* SCSS */
$brand: #eb33ae;
/* SwiftUI */
Color(red: 0.922, green: 0.200, blue: 0.682)
/* Android */
Color.parseColor("#eb33ae")Accessibility — WCAG contrast
Aa
#eb33ae on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb33ae on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow26.0%
Key (black)7.8%
Color previews
#eb33ae text on a black background
contrast 5.62:1
Card sample
#eb33ae text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb33ae;
Background color
Panel with #eb33ae background
background-color: #eb33ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb33ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 51, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 51, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb33ae; background: linear-gradient(135deg, #eb33ae, #EB3333);