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