#af025f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 2, 95
HSL
328°, 98%, 35%
CMYK
0, 99, 46, 31
Luminance
0.0998
Every format
| HEX | #af025f |
| RGB | rgb(175, 2, 95) |
| HSL | hsl(328, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 46%, 31%) |
| LAB | lab(37.8 64.3 -2.3) |
| LCH | lch(37.8 64.3 357.9) |
| OKLCH | oklch(0.490 0.199 358.5) |
Copy-ready code
/* CSS */
color: #af025f;
background-color: #af025f;
/* Tailwind (arbitrary) */
class="text-[#af025f] bg-[#af025f]"
/* SCSS */
$brand: #af025f;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.373)
/* Android */
Color.parseColor("#af025f")Accessibility — WCAG contrast
Aa
#af025f on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af025f on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow45.7%
Key (black)31.4%
Color previews
#af025f text on a black background
contrast 3.00:1
Card sample
#af025f text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af025f;
Background color
Panel with #af025f background
background-color: #af025f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af025f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af025f; background: linear-gradient(135deg, #af025f, #AF1802);