#af3849
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 56, 73
HSL
351°, 52%, 45%
CMYK
0, 68, 58, 31
Luminance
0.1242
Every format
| HEX | #af3849 |
| RGB | rgb(175, 56, 73) |
| HSL | hsl(351, 52%, 45%) |
| CMYK | cmyk(0%, 68%, 58%, 31%) |
| LAB | lab(41.9 49.4 17.3) |
| LCH | lch(41.9 52.3 19.4) |
| OKLCH | oklch(0.518 0.154 16.1) |
Copy-ready code
/* CSS */
color: #af3849;
background-color: #af3849;
/* Tailwind (arbitrary) */
class="text-[#af3849] bg-[#af3849]"
/* SCSS */
$brand: #af3849;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.286)
/* Android */
Color.parseColor("#af3849")Accessibility — WCAG contrast
Aa
#af3849 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3849 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow58.3%
Key (black)31.4%
Color previews
#af3849 text on a black background
contrast 3.48:1
Card sample
#af3849 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3849;
Background color
Panel with #af3849 background
background-color: #af3849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3849; background: linear-gradient(135deg, #af3849, #AF7638);