#eb25eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 37, 235
HSL
300°, 83%, 53%
CMYK
0, 84, 0, 8
Luminance
0.2498
Every format
| HEX | #eb25eb |
| RGB | rgb(235, 37, 235) |
| HSL | hsl(300, 83%, 53%) |
| CMYK | cmyk(0%, 84%, 0%, 8%) |
| LAB | lab(57.1 88.5 -55.1) |
| LCH | lch(57.1 104.2 328.1) |
| OKLCH | oklch(0.669 0.291 328.2) |
Copy-ready code
/* CSS */
color: #eb25eb;
background-color: #eb25eb;
/* Tailwind (arbitrary) */
class="text-[#eb25eb] bg-[#eb25eb]"
/* SCSS */
$brand: #eb25eb;
/* SwiftUI */
Color(red: 0.922, green: 0.145, blue: 0.922)
/* Android */
Color.parseColor("#eb25eb")Accessibility — WCAG contrast
Aa
#eb25eb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb25eb on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow0.0%
Key (black)7.8%
Color previews
#eb25eb text on a black background
contrast 6.00:1
Card sample
#eb25eb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb25eb;
Background color
Panel with #eb25eb background
background-color: #eb25eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb25eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 37, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 37, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb25eb; background: linear-gradient(135deg, #eb25eb, #EB2567);