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