#af2d23
a dark, vivid red · warm · closest name: firebrick
RGB
175, 45, 35
HSL
4°, 67%, 41%
CMYK
0, 74, 80, 31
Luminance
0.1111
Every format
| HEX | #af2d23 |
| RGB | rgb(175, 45, 35) |
| HSL | hsl(4, 67%, 41%) |
| CMYK | cmyk(0%, 74%, 80%, 31%) |
| LAB | lab(39.8 51.6 37.6) |
| LCH | lch(39.8 63.8 36.1) |
| OKLCH | oklch(0.501 0.168 29.0) |
Copy-ready code
/* CSS */
color: #af2d23;
background-color: #af2d23;
/* Tailwind (arbitrary) */
class="text-[#af2d23] bg-[#af2d23]"
/* SCSS */
$brand: #af2d23;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.137)
/* Android */
Color.parseColor("#af2d23")Accessibility — WCAG contrast
Aa
#af2d23 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2d23 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow80.0%
Key (black)31.4%
Color previews
#af2d23 text on a black background
contrast 3.22:1
Card sample
#af2d23 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2d23;
Background color
Panel with #af2d23 background
background-color: #af2d23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2d23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2d23; background: linear-gradient(135deg, #af2d23, #AF8A23);