#af3c47
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 60, 71
HSL
354°, 49%, 46%
CMYK
0, 66, 59, 31
Luminance
0.1280
Every format
| HEX | #af3c47 |
| RGB | rgb(175, 60, 71) |
| HSL | hsl(354, 49%, 46%) |
| CMYK | cmyk(0%, 66%, 59%, 31%) |
| LAB | lab(42.5 47.5 19.4) |
| LCH | lch(42.5 51.3 22.2) |
| OKLCH | oklch(0.522 0.149 18.5) |
Copy-ready code
/* CSS */
color: #af3c47;
background-color: #af3c47;
/* Tailwind (arbitrary) */
class="text-[#af3c47] bg-[#af3c47]"
/* SCSS */
$brand: #af3c47;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.278)
/* Android */
Color.parseColor("#af3c47")Accessibility — WCAG contrast
Aa
#af3c47 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c47 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow59.4%
Key (black)31.4%
Color previews
#af3c47 text on a black background
contrast 3.56:1
Card sample
#af3c47 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c47;
Background color
Panel with #af3c47 background
background-color: #af3c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c47; background: linear-gradient(135deg, #af3c47, #AF7E3C);