#af3c52
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 60, 82
HSL
349°, 49%, 46%
CMYK
0, 66, 53, 31
Luminance
0.1295
Every format
| HEX | #af3c52 |
| RGB | rgb(175, 60, 82) |
| HSL | hsl(349, 49%, 46%) |
| CMYK | cmyk(0%, 66%, 53%, 31%) |
| LAB | lab(42.7 48.4 12.9) |
| LCH | lch(42.7 50.1 14.9) |
| OKLCH | oklch(0.525 0.150 12.5) |
Copy-ready code
/* CSS */
color: #af3c52;
background-color: #af3c52;
/* Tailwind (arbitrary) */
class="text-[#af3c52] bg-[#af3c52]"
/* SCSS */
$brand: #af3c52;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.322)
/* Android */
Color.parseColor("#af3c52")Accessibility — WCAG contrast
Aa
#af3c52 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c52 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow53.1%
Key (black)31.4%
Color previews
#af3c52 text on a black background
contrast 3.59:1
Card sample
#af3c52 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c52;
Background color
Panel with #af3c52 background
background-color: #af3c52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c52; background: linear-gradient(135deg, #af3c52, #AF733C);