#af025b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 2, 91
HSL
329°, 98%, 35%
CMYK
0, 99, 48, 31
Luminance
0.0991
Every format
| HEX | #af025b |
| RGB | rgb(175, 2, 91) |
| HSL | hsl(329, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 48%, 31%) |
| LAB | lab(37.7 63.9 0.1) |
| LCH | lch(37.7 63.9 0.0) |
| OKLCH | oklch(0.489 0.197 0.2) |
Copy-ready code
/* CSS */
color: #af025b;
background-color: #af025b;
/* Tailwind (arbitrary) */
class="text-[#af025b] bg-[#af025b]"
/* SCSS */
$brand: #af025b;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.357)
/* Android */
Color.parseColor("#af025b")Accessibility — WCAG contrast
Aa
#af025b on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af025b on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow48.0%
Key (black)31.4%
Color previews
#af025b text on a black background
contrast 2.98:1
Card sample
#af025b text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af025b;
Background color
Panel with #af025b background
background-color: #af025b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af025b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af025b; background: linear-gradient(135deg, #af025b, #AF1C02);