#ae381f
a dark, vivid red · warm · closest name: firebrick
RGB
174, 56, 31
HSL
11°, 70%, 40%
CMYK
0, 68, 82, 32
Luminance
0.1193
Every format
| HEX | #ae381f |
| RGB | rgb(174, 56, 31) |
| HSL | hsl(11, 70%, 40%) |
| CMYK | cmyk(0%, 68%, 82%, 32%) |
| LAB | lab(41.1 46.8 40.9) |
| LCH | lch(41.1 62.2 41.1) |
| OKLCH | oklch(0.510 0.158 33.6) |
Copy-ready code
/* CSS */
color: #ae381f;
background-color: #ae381f;
/* Tailwind (arbitrary) */
class="text-[#ae381f] bg-[#ae381f]"
/* SCSS */
$brand: #ae381f;
/* SwiftUI */
Color(red: 0.682, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#ae381f")Accessibility — WCAG contrast
Aa
#ae381f on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae381f on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow82.2%
Key (black)31.8%
Color previews
#ae381f text on a black background
contrast 3.39:1
Card sample
#ae381f text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae381f;
Background color
Panel with #ae381f background
background-color: #ae381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae381f; background: linear-gradient(135deg, #ae381f, #AE971F);