#af0835
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 8, 53
HSL
344°, 91%, 36%
CMYK
0, 95, 70, 31
Luminance
0.0954
Every format
| HEX | #af0835 |
| RGB | rgb(175, 8, 53) |
| HSL | hsl(344, 91%, 36%) |
| CMYK | cmyk(0%, 95%, 70%, 31%) |
| LAB | lab(37.0 60.8 23.6) |
| LCH | lch(37.0 65.2 21.2) |
| OKLCH | oklch(0.481 0.189 17.0) |
Copy-ready code
/* CSS */
color: #af0835;
background-color: #af0835;
/* Tailwind (arbitrary) */
class="text-[#af0835] bg-[#af0835]"
/* SCSS */
$brand: #af0835;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 0.208)
/* Android */
Color.parseColor("#af0835")Accessibility — WCAG contrast
Aa
#af0835 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0835 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow69.7%
Key (black)31.4%
Color previews
#af0835 text on a black background
contrast 2.91:1
Card sample
#af0835 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0835;
Background color
Panel with #af0835 background
background-color: #af0835;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0835;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0835; background: linear-gradient(135deg, #af0835, #AF4A08);