#af3753
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 55, 83
HSL
346°, 52%, 45%
CMYK
0, 69, 53, 31
Luminance
0.1247
Every format
| HEX | #af3753 |
| RGB | rgb(175, 55, 83) |
| HSL | hsl(346, 52%, 45%) |
| CMYK | cmyk(0%, 69%, 53%, 31%) |
| LAB | lab(42.0 50.6 11.2) |
| LCH | lch(42.0 51.8 12.5) |
| OKLCH | oklch(0.519 0.156 10.6) |
Copy-ready code
/* CSS */
color: #af3753;
background-color: #af3753;
/* Tailwind (arbitrary) */
class="text-[#af3753] bg-[#af3753]"
/* SCSS */
$brand: #af3753;
/* SwiftUI */
Color(red: 0.686, green: 0.216, blue: 0.325)
/* Android */
Color.parseColor("#af3753")Accessibility — WCAG contrast
Aa
#af3753 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3753 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.6%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow52.6%
Key (black)31.4%
Color previews
#af3753 text on a black background
contrast 3.49:1
Card sample
#af3753 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3753;
Background color
Panel with #af3753 background
background-color: #af3753;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3753;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 55, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 55, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3753; background: linear-gradient(135deg, #af3753, #AF6B37);