#af3c2b
a dark, vivid red · warm · closest name: firebrick
RGB
175, 60, 43
HSL
8°, 61%, 43%
CMYK
0, 66, 75, 31
Luminance
0.1252
Every format
| HEX | #af3c2b |
| RGB | rgb(175, 60, 43) |
| HSL | hsl(8, 61%, 43%) |
| CMYK | cmyk(0%, 66%, 75%, 31%) |
| LAB | lab(42.0 45.9 35.5) |
| LCH | lch(42.0 58.0 37.7) |
| OKLCH | oklch(0.518 0.153 31.1) |
Copy-ready code
/* CSS */
color: #af3c2b;
background-color: #af3c2b;
/* Tailwind (arbitrary) */
class="text-[#af3c2b] bg-[#af3c2b]"
/* SCSS */
$brand: #af3c2b;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.169)
/* Android */
Color.parseColor("#af3c2b")Accessibility — WCAG contrast
Aa
#af3c2b on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c2b on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow75.4%
Key (black)31.4%
Color previews
#af3c2b text on a black background
contrast 3.50:1
Card sample
#af3c2b text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c2b;
Background color
Panel with #af3c2b background
background-color: #af3c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c2b; background: linear-gradient(135deg, #af3c2b, #AF942B);