#af08da
a dark, electric violet · warm · closest name: magenta
RGB
175, 8, 218
HSL
288°, 93%, 44%
CMYK
20, 96, 0, 15
Luminance
0.1435
Every format
| HEX | #af08da |
| RGB | rgb(175, 8, 218) |
| HSL | hsl(288, 93%, 44%) |
| CMYK | cmyk(20%, 96%, 0%, 15%) |
| LAB | lab(44.7 80.2 -65.8) |
| LCH | lch(44.7 103.8 320.6) |
| OKLCH | oklch(0.560 0.271 316.6) |
Copy-ready code
/* CSS */
color: #af08da;
background-color: #af08da;
/* Tailwind (arbitrary) */
class="text-[#af08da] bg-[#af08da]"
/* SCSS */
$brand: #af08da;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 0.855)
/* Android */
Color.parseColor("#af08da")Accessibility — WCAG contrast
Aa
#af08da on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af08da on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta96.3%
Yellow0.0%
Key (black)14.5%
Color previews
#af08da text on a black background
contrast 3.87:1
Card sample
#af08da text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af08da;
Background color
Panel with #af08da background
background-color: #af08da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af08da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af08da; background: linear-gradient(135deg, #af08da, #DA0879);