#af3b27
a dark, vivid red · warm · closest name: firebrick
RGB
175, 59, 39
HSL
9°, 64%, 42%
CMYK
0, 66, 78, 31
Luminance
0.1239
Every format
| HEX | #af3b27 |
| RGB | rgb(175, 59, 39) |
| HSL | hsl(9, 64%, 42%) |
| CMYK | cmyk(0%, 66%, 78%, 31%) |
| LAB | lab(41.8 46.2 37.5) |
| LCH | lch(41.8 59.5 39.1) |
| OKLCH | oklch(0.516 0.155 32.2) |
Copy-ready code
/* CSS */
color: #af3b27;
background-color: #af3b27;
/* Tailwind (arbitrary) */
class="text-[#af3b27] bg-[#af3b27]"
/* SCSS */
$brand: #af3b27;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.153)
/* Android */
Color.parseColor("#af3b27")Accessibility — WCAG contrast
Aa
#af3b27 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3b27 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow77.7%
Key (black)31.4%
Color previews
#af3b27 text on a black background
contrast 3.48:1
Card sample
#af3b27 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3b27;
Background color
Panel with #af3b27 background
background-color: #af3b27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3b27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3b27; background: linear-gradient(135deg, #af3b27, #AF9627);