#af00df
a dark, electric violet · warm · closest name: magenta
RGB
175, 0, 223
HSL
287°, 100%, 44%
CMYK
22, 100, 0, 13
Luminance
0.1444
Every format
| HEX | #af00df |
| RGB | rgb(175, 0, 223) |
| HSL | hsl(287, 100%, 44%) |
| CMYK | cmyk(22%, 100%, 0%, 13%) |
| LAB | lab(44.9 81.8 -68.5) |
| LCH | lch(44.9 106.7 320.1) |
| OKLCH | oklch(0.563 0.276 315.5) |
Copy-ready code
/* CSS */
color: #af00df;
background-color: #af00df;
/* Tailwind (arbitrary) */
class="text-[#af00df] bg-[#af00df]"
/* SCSS */
$brand: #af00df;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#af00df")Accessibility — WCAG contrast
Aa
#af00df on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af00df on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#af00df text on a black background
contrast 3.89:1
Card sample
#af00df text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af00df;
Background color
Panel with #af00df background
background-color: #af00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af00df; background: linear-gradient(135deg, #af00df, #DF007A);