#ad04eb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 4, 235
HSL
284°, 97%, 47%
CMYK
26, 98, 0, 8
Luminance
0.1497
Every format
| HEX | #ad04eb |
| RGB | rgb(173, 4, 235) |
| HSL | hsl(284, 97%, 47%) |
| CMYK | cmyk(26%, 98%, 0%, 8%) |
| LAB | lab(45.6 83.3 -74.1) |
| LCH | lch(45.6 111.5 318.4) |
| OKLCH | oklch(0.570 0.283 312.1) |
Copy-ready code
/* CSS */
color: #ad04eb;
background-color: #ad04eb;
/* Tailwind (arbitrary) */
class="text-[#ad04eb] bg-[#ad04eb]"
/* SCSS */
$brand: #ad04eb;
/* SwiftUI */
Color(red: 0.678, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#ad04eb")Accessibility — WCAG contrast
Aa
#ad04eb on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad04eb on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green1.6%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ad04eb text on a black background
contrast 3.99:1
Card sample
#ad04eb text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad04eb;
Background color
Panel with #ad04eb background
background-color: #ad04eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad04eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad04eb; background: linear-gradient(135deg, #ad04eb, #EB048F);