#ae2f02
a dark, electric orange · warm · closest name: firebrick
RGB
174, 47, 2
HSL
16°, 98%, 35%
CMYK
0, 73, 99, 32
Luminance
0.1104
Every format
| HEX | #ae2f02 |
| RGB | rgb(174, 47, 2) |
| HSL | hsl(16, 98%, 35%) |
| CMYK | cmyk(0%, 73%, 99%, 32%) |
| LAB | lab(39.6 49.8 51.3) |
| LCH | lch(39.6 71.5 45.8) |
| OKLCH | oklch(0.499 0.170 36.0) |
Copy-ready code
/* CSS */
color: #ae2f02;
background-color: #ae2f02;
/* Tailwind (arbitrary) */
class="text-[#ae2f02] bg-[#ae2f02]"
/* SCSS */
$brand: #ae2f02;
/* SwiftUI */
Color(red: 0.682, green: 0.184, blue: 0.008)
/* Android */
Color.parseColor("#ae2f02")Accessibility — WCAG contrast
Aa
#ae2f02 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2f02 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green18.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow98.9%
Key (black)31.8%
Color previews
#ae2f02 text on a black background
contrast 3.21:1
Card sample
#ae2f02 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2f02;
Background color
Panel with #ae2f02 background
background-color: #ae2f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 47, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 47, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2f02; background: linear-gradient(135deg, #ae2f02, #AEA202);