#af3d2c
a dark, vivid red · warm · closest name: firebrick
RGB
175, 61, 44
HSL
8°, 60%, 43%
CMYK
0, 65, 75, 31
Luminance
0.1263
Every format
| HEX | #af3d2c |
| RGB | rgb(175, 61, 44) |
| HSL | hsl(8, 60%, 43%) |
| CMYK | cmyk(0%, 65%, 75%, 31%) |
| LAB | lab(42.2 45.5 35.1) |
| LCH | lch(42.2 57.5 37.7) |
| OKLCH | oklch(0.519 0.152 31.2) |
Copy-ready code
/* CSS */
color: #af3d2c;
background-color: #af3d2c;
/* Tailwind (arbitrary) */
class="text-[#af3d2c] bg-[#af3d2c]"
/* SCSS */
$brand: #af3d2c;
/* SwiftUI */
Color(red: 0.686, green: 0.239, blue: 0.173)
/* Android */
Color.parseColor("#af3d2c")Accessibility — WCAG contrast
Aa
#af3d2c on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3d2c on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow74.9%
Key (black)31.4%
Color previews
#af3d2c text on a black background
contrast 3.53:1
Card sample
#af3d2c text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3d2c;
Background color
Panel with #af3d2c background
background-color: #af3d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 61, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 61, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3d2c; background: linear-gradient(135deg, #af3d2c, #AF942C);