#af354d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 53, 77
HSL
348°, 54%, 45%
CMYK
0, 70, 56, 31
Luminance
0.1220
Every format
| HEX | #af354d |
| RGB | rgb(175, 53, 77) |
| HSL | hsl(348, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 56%, 31%) |
| LAB | lab(41.5 50.9 14.4) |
| LCH | lch(41.5 52.9 15.8) |
| OKLCH | oklch(0.516 0.158 13.2) |
Copy-ready code
/* CSS */
color: #af354d;
background-color: #af354d;
/* Tailwind (arbitrary) */
class="text-[#af354d] bg-[#af354d]"
/* SCSS */
$brand: #af354d;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.302)
/* Android */
Color.parseColor("#af354d")Accessibility — WCAG contrast
Aa
#af354d on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af354d on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow56.0%
Key (black)31.4%
Color previews
#af354d text on a black background
contrast 3.44:1
Card sample
#af354d text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af354d;
Background color
Panel with #af354d background
background-color: #af354d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af354d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af354d; background: linear-gradient(135deg, #af354d, #AF6E35);