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