#eb45ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 69, 238
HSL
299°, 83%, 60%
CMYK
1, 71, 0, 7
Luminance
0.2809
Every format
| HEX | #eb45ee |
| RGB | rgb(235, 69, 238) |
| HSL | hsl(299, 83%, 60%) |
| CMYK | cmyk(1%, 71%, 0%, 7%) |
| LAB | lab(60.0 81.0 -52.1) |
| LCH | lch(60.0 96.3 327.2) |
| OKLCH | oklch(0.690 0.267 327.2) |
Copy-ready code
/* CSS */
color: #eb45ee;
background-color: #eb45ee;
/* Tailwind (arbitrary) */
class="text-[#eb45ee] bg-[#eb45ee]"
/* SCSS */
$brand: #eb45ee;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.933)
/* Android */
Color.parseColor("#eb45ee")Accessibility — WCAG contrast
Aa
#eb45ee on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb45ee on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta71.0%
Yellow0.0%
Key (black)6.7%
Color previews
#eb45ee text on a black background
contrast 6.62:1
Card sample
#eb45ee text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb45ee;
Background color
Panel with #eb45ee background
background-color: #eb45ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb45ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb45ee; background: linear-gradient(135deg, #eb45ee, #EE4580);