#ae08fd
a balanced, electric violet · warm · closest name: magenta
RGB
174, 8, 253
HSL
281°, 98%, 51%
CMYK
31, 97, 0, 1
Luminance
0.1626
Every format
| HEX | #ae08fd |
| RGB | rgb(174, 8, 253) |
| HSL | hsl(281, 98%, 51%) |
| CMYK | cmyk(31%, 97%, 0%, 1%) |
| LAB | lab(47.3 86.4 -81.4) |
| LCH | lch(47.3 118.7 316.7) |
| OKLCH | oklch(0.586 0.296 308.5) |
Copy-ready code
/* CSS */
color: #ae08fd;
background-color: #ae08fd;
/* Tailwind (arbitrary) */
class="text-[#ae08fd] bg-[#ae08fd]"
/* SCSS */
$brand: #ae08fd;
/* SwiftUI */
Color(red: 0.682, green: 0.031, blue: 0.992)
/* Android */
Color.parseColor("#ae08fd")Accessibility — WCAG contrast
Aa
#ae08fd on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae08fd on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green3.1%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta96.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ae08fd text on a black background
contrast 4.25:1
Card sample
#ae08fd text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae08fd;
Background color
Panel with #ae08fd background
background-color: #ae08fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae08fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 8, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 8, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae08fd; background: linear-gradient(135deg, #ae08fd, #FD08A9);