#eb3cbe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 60, 190
HSL
315°, 81%, 58%
CMYK
0, 75, 19, 8
Luminance
0.2461
Every format
| HEX | #eb3cbe |
| RGB | rgb(235, 60, 190) |
| HSL | hsl(315, 81%, 58%) |
| CMYK | cmyk(0%, 75%, 19%, 8%) |
| LAB | lab(56.7 76.8 -30.1) |
| LCH | lch(56.7 82.5 338.6) |
| OKLCH | oklch(0.659 0.244 340.6) |
Copy-ready code
/* CSS */
color: #eb3cbe;
background-color: #eb3cbe;
/* Tailwind (arbitrary) */
class="text-[#eb3cbe] bg-[#eb3cbe]"
/* SCSS */
$brand: #eb3cbe;
/* SwiftUI */
Color(red: 0.922, green: 0.235, blue: 0.745)
/* Android */
Color.parseColor("#eb3cbe")Accessibility — WCAG contrast
Aa
#eb3cbe on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3cbe on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow19.1%
Key (black)7.8%
Color previews
#eb3cbe text on a black background
contrast 5.92:1
Card sample
#eb3cbe text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3cbe;
Background color
Panel with #eb3cbe background
background-color: #eb3cbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3cbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 60, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 60, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3cbe; background: linear-gradient(135deg, #eb3cbe, #EB3C49);