#eb39ce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 57, 206
HSL
310°, 82%, 57%
CMYK
0, 76, 12, 8
Luminance
0.2504
Every format
| HEX | #eb39ce |
| RGB | rgb(235, 57, 206) |
| HSL | hsl(310, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 12%, 8%) |
| LAB | lab(57.1 79.8 -38.6) |
| LCH | lch(57.1 88.7 334.2) |
| OKLCH | oklch(0.664 0.257 335.8) |
Copy-ready code
/* CSS */
color: #eb39ce;
background-color: #eb39ce;
/* Tailwind (arbitrary) */
class="text-[#eb39ce] bg-[#eb39ce]"
/* SCSS */
$brand: #eb39ce;
/* SwiftUI */
Color(red: 0.922, green: 0.224, blue: 0.808)
/* Android */
Color.parseColor("#eb39ce")Accessibility — WCAG contrast
Aa
#eb39ce on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb39ce on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow12.3%
Key (black)7.8%
Color previews
#eb39ce text on a black background
contrast 6.01:1
Card sample
#eb39ce text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb39ce;
Background color
Panel with #eb39ce background
background-color: #eb39ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb39ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 57, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 57, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb39ce; background: linear-gradient(135deg, #eb39ce, #EB3957);