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