#eb06eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 6, 235
HSL
300°, 95%, 47%
CMYK
0, 97, 0, 8
Luminance
0.2379
Every format
| HEX | #eb06eb |
| RGB | rgb(235, 6, 235) |
| HSL | hsl(300, 95%, 47%) |
| CMYK | cmyk(0%, 97%, 0%, 8%) |
| LAB | lab(55.9 92.0 -57.0) |
| LCH | lch(55.9 108.2 328.2) |
| OKLCH | oklch(0.660 0.302 328.4) |
Copy-ready code
/* CSS */
color: #eb06eb;
background-color: #eb06eb;
/* Tailwind (arbitrary) */
class="text-[#eb06eb] bg-[#eb06eb]"
/* SCSS */
$brand: #eb06eb;
/* SwiftUI */
Color(red: 0.922, green: 0.024, blue: 0.922)
/* Android */
Color.parseColor("#eb06eb")Accessibility — WCAG contrast
Aa
#eb06eb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb06eb on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green2.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta97.4%
Yellow0.0%
Key (black)7.8%
Color previews
#eb06eb text on a black background
contrast 5.76:1
Card sample
#eb06eb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb06eb;
Background color
Panel with #eb06eb background
background-color: #eb06eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb06eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 6, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 6, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb06eb; background: linear-gradient(135deg, #eb06eb, #EB0652);