#af4136
a dark, vivid red · warm · closest name: firebrick
RGB
175, 65, 54
HSL
6°, 53%, 45%
CMYK
0, 63, 69, 31
Luminance
0.1316
Every format
| HEX | #af4136 |
| RGB | rgb(175, 65, 54) |
| HSL | hsl(6, 53%, 45%) |
| CMYK | cmyk(0%, 63%, 69%, 31%) |
| LAB | lab(43.0 44.2 30.3) |
| LCH | lch(43.0 53.6 34.4) |
| OKLCH | oklch(0.526 0.146 28.7) |
Copy-ready code
/* CSS */
color: #af4136;
background-color: #af4136;
/* Tailwind (arbitrary) */
class="text-[#af4136] bg-[#af4136]"
/* SCSS */
$brand: #af4136;
/* SwiftUI */
Color(red: 0.686, green: 0.255, blue: 0.212)
/* Android */
Color.parseColor("#af4136")Accessibility — WCAG contrast
Aa
#af4136 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4136 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.5%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow69.1%
Key (black)31.4%
Color previews
#af4136 text on a black background
contrast 3.63:1
Card sample
#af4136 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4136;
Background color
Panel with #af4136 background
background-color: #af4136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 65, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 65, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4136; background: linear-gradient(135deg, #af4136, #AF9236);