#af2d3e
a dark, vivid red · warm · closest name: firebrick
RGB
175, 45, 62
HSL
352°, 59%, 43%
CMYK
0, 74, 65, 31
Luminance
0.1134
Every format
| HEX | #af2d3e |
| RGB | rgb(175, 45, 62) |
| HSL | hsl(352, 59%, 43%) |
| CMYK | cmyk(0%, 74%, 65%, 31%) |
| LAB | lab(40.1 52.8 21.9) |
| LCH | lch(40.1 57.2 22.5) |
| OKLCH | oklch(0.505 0.166 18.5) |
Copy-ready code
/* CSS */
color: #af2d3e;
background-color: #af2d3e;
/* Tailwind (arbitrary) */
class="text-[#af2d3e] bg-[#af2d3e]"
/* SCSS */
$brand: #af2d3e;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.243)
/* Android */
Color.parseColor("#af2d3e")Accessibility — WCAG contrast
Aa
#af2d3e on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2d3e on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow64.6%
Key (black)31.4%
Color previews
#af2d3e text on a black background
contrast 3.27:1
Card sample
#af2d3e text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2d3e;
Background color
Panel with #af2d3e background
background-color: #af2d3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2d3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2d3e; background: linear-gradient(135deg, #af2d3e, #AF732D);