#af08ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 8, 255
HSL
281°, 100%, 52%
CMYK
31, 97, 0, 0
Luminance
0.1651
Every format
| HEX | #af08ff |
| RGB | rgb(175, 8, 255) |
| HSL | hsl(281, 100%, 52%) |
| CMYK | cmyk(31%, 97%, 0%, 0%) |
| LAB | lab(47.6 86.8 -82.0) |
| LCH | lch(47.6 119.4 316.6) |
| OKLCH | oklch(0.589 0.298 308.4) |
Copy-ready code
/* CSS */
color: #af08ff;
background-color: #af08ff;
/* Tailwind (arbitrary) */
class="text-[#af08ff] bg-[#af08ff]"
/* SCSS */
$brand: #af08ff;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 1.000)
/* Android */
Color.parseColor("#af08ff")Accessibility — WCAG contrast
Aa
#af08ff on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af08ff on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta96.9%
Yellow0.0%
Key (black)0.0%
Color previews
#af08ff text on a black background
contrast 4.30:1
Card sample
#af08ff text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af08ff;
Background color
Panel with #af08ff background
background-color: #af08ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af08ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af08ff; background: linear-gradient(135deg, #af08ff, #FF08AA);