#af3124
a dark, vivid red · warm · closest name: firebrick
RGB
175, 49, 36
HSL
6°, 66%, 41%
CMYK
0, 72, 79, 31
Luminance
0.1144
Every format
| HEX | #af3124 |
| RGB | rgb(175, 49, 36) |
| HSL | hsl(6, 66%, 41%) |
| CMYK | cmyk(0%, 72%, 79%, 31%) |
| LAB | lab(40.3 50.1 37.6) |
| LCH | lch(40.3 62.6 36.8) |
| OKLCH | oklch(0.505 0.165 29.8) |
Copy-ready code
/* CSS */
color: #af3124;
background-color: #af3124;
/* Tailwind (arbitrary) */
class="text-[#af3124] bg-[#af3124]"
/* SCSS */
$brand: #af3124;
/* SwiftUI */
Color(red: 0.686, green: 0.192, blue: 0.141)
/* Android */
Color.parseColor("#af3124")Accessibility — WCAG contrast
Aa
#af3124 on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3124 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow79.4%
Key (black)31.4%
Color previews
#af3124 text on a black background
contrast 3.29:1
Card sample
#af3124 text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3124;
Background color
Panel with #af3124 background
background-color: #af3124;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3124;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 49, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 49, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3124; background: linear-gradient(135deg, #af3124, #AF8E24);