#af3c33
a dark, vivid red · warm · closest name: firebrick
RGB
175, 60, 51
HSL
4°, 55%, 44%
CMYK
0, 66, 71, 31
Luminance
0.1258
Every format
| HEX | #af3c33 |
| RGB | rgb(175, 60, 51) |
| HSL | hsl(4, 55%, 44%) |
| CMYK | cmyk(0%, 66%, 71%, 31%) |
| LAB | lab(42.1 46.3 31.0) |
| LCH | lch(42.1 55.7 33.8) |
| OKLCH | oklch(0.519 0.152 28.0) |
Copy-ready code
/* CSS */
color: #af3c33;
background-color: #af3c33;
/* Tailwind (arbitrary) */
class="text-[#af3c33] bg-[#af3c33]"
/* SCSS */
$brand: #af3c33;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.200)
/* Android */
Color.parseColor("#af3c33")Accessibility — WCAG contrast
Aa
#af3c33 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c33 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow70.9%
Key (black)31.4%
Color previews
#af3c33 text on a black background
contrast 3.52:1
Card sample
#af3c33 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c33;
Background color
Panel with #af3c33 background
background-color: #af3c33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c33; background: linear-gradient(135deg, #af3c33, #AF8F33);