#eb45ce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 69, 206
HSL
311°, 81%, 60%
CMYK
0, 71, 12, 8
Luminance
0.2637
Every format
| HEX | #eb45ce |
| RGB | rgb(235, 69, 206) |
| HSL | hsl(311, 81%, 60%) |
| CMYK | cmyk(0%, 71%, 12%, 8%) |
| LAB | lab(58.4 76.2 -36.6) |
| LCH | lch(58.4 84.5 334.4) |
| OKLCH | oklch(0.674 0.244 335.9) |
Copy-ready code
/* CSS */
color: #eb45ce;
background-color: #eb45ce;
/* Tailwind (arbitrary) */
class="text-[#eb45ce] bg-[#eb45ce]"
/* SCSS */
$brand: #eb45ce;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.808)
/* Android */
Color.parseColor("#eb45ce")Accessibility — WCAG contrast
Aa
#eb45ce on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb45ce on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow12.3%
Key (black)7.8%
Color previews
#eb45ce text on a black background
contrast 6.27:1
Card sample
#eb45ce text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb45ce;
Background color
Panel with #eb45ce background
background-color: #eb45ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb45ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb45ce; background: linear-gradient(135deg, #eb45ce, #EB455F);