#af0230
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 2, 48
HSL
344°, 98%, 35%
CMYK
0, 99, 73, 31
Luminance
0.0937
Every format
| HEX | #af0230 |
| RGB | rgb(175, 2, 48) |
| HSL | hsl(344, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 73%, 31%) |
| LAB | lab(36.7 61.3 26.4) |
| LCH | lch(36.7 66.7 23.3) |
| OKLCH | oklch(0.478 0.191 18.5) |
Copy-ready code
/* CSS */
color: #af0230;
background-color: #af0230;
/* Tailwind (arbitrary) */
class="text-[#af0230] bg-[#af0230]"
/* SCSS */
$brand: #af0230;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.188)
/* Android */
Color.parseColor("#af0230")Accessibility — WCAG contrast
Aa
#af0230 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0230 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow72.6%
Key (black)31.4%
Color previews
#af0230 text on a black background
contrast 2.87:1
Card sample
#af0230 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0230;
Background color
Panel with #af0230 background
background-color: #af0230;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0230;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0230; background: linear-gradient(135deg, #af0230, #AF4702);