#af3c3d
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 60, 61
HSL
360°, 49%, 46%
CMYK
0, 66, 65, 31
Luminance
0.1268
Every format
| HEX | #af3c3d |
| RGB | rgb(175, 60, 61) |
| HSL | hsl(360, 49%, 46%) |
| CMYK | cmyk(0%, 66%, 65%, 31%) |
| LAB | lab(42.3 46.9 25.2) |
| LCH | lch(42.3 53.2 28.3) |
| OKLCH | oklch(0.520 0.150 23.5) |
Copy-ready code
/* CSS */
color: #af3c3d;
background-color: #af3c3d;
/* Tailwind (arbitrary) */
class="text-[#af3c3d] bg-[#af3c3d]"
/* SCSS */
$brand: #af3c3d;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.239)
/* Android */
Color.parseColor("#af3c3d")Accessibility — WCAG contrast
Aa
#af3c3d on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c3d on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow65.1%
Key (black)31.4%
Color previews
#af3c3d text on a black background
contrast 3.54:1
Card sample
#af3c3d text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c3d;
Background color
Panel with #af3c3d background
background-color: #af3c3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c3d; background: linear-gradient(135deg, #af3c3d, #AF883C);