#af133f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 19, 63
HSL
343°, 80%, 38%
CMYK
0, 89, 64, 31
Luminance
0.0994
Every format
| HEX | #af133f |
| RGB | rgb(175, 19, 63) |
| HSL | hsl(343, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 64%, 31%) |
| LAB | lab(37.7 59.8 18.1) |
| LCH | lch(37.7 62.5 16.9) |
| OKLCH | oklch(0.487 0.185 13.7) |
Copy-ready code
/* CSS */
color: #af133f;
background-color: #af133f;
/* Tailwind (arbitrary) */
class="text-[#af133f] bg-[#af133f]"
/* SCSS */
$brand: #af133f;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.247)
/* Android */
Color.parseColor("#af133f")Accessibility — WCAG contrast
Aa
#af133f on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af133f on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow64.0%
Key (black)31.4%
Color previews
#af133f text on a black background
contrast 2.99:1
Card sample
#af133f text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af133f;
Background color
Panel with #af133f background
background-color: #af133f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af133f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af133f; background: linear-gradient(135deg, #af133f, #AF4F13);