#af02d3
a dark, electric violet · warm · closest name: magenta
RGB
175, 2, 211
HSL
290°, 98%, 42%
CMYK
17, 99, 0, 17
Luminance
0.1386
Every format
| HEX | #af02d3 |
| RGB | rgb(175, 2, 211) |
| HSL | hsl(290, 98%, 42%) |
| CMYK | cmyk(17%, 99%, 0%, 17%) |
| LAB | lab(44.0 79.6 -62.9) |
| LCH | lch(44.0 101.5 321.7) |
| OKLCH | oklch(0.554 0.267 318.4) |
Copy-ready code
/* CSS */
color: #af02d3;
background-color: #af02d3;
/* Tailwind (arbitrary) */
class="text-[#af02d3] bg-[#af02d3]"
/* SCSS */
$brand: #af02d3;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.827)
/* Android */
Color.parseColor("#af02d3")Accessibility — WCAG contrast
Aa
#af02d3 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02d3 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta99.1%
Yellow0.0%
Key (black)17.3%
Color previews
#af02d3 text on a black background
contrast 3.77:1
Card sample
#af02d3 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02d3;
Background color
Panel with #af02d3 background
background-color: #af02d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02d3; background: linear-gradient(135deg, #af02d3, #D3026C);