#ae5b13
a dark, electric orange · warm · closest name: chocolate
RGB
174, 91, 19
HSL
28°, 80%, 38%
CMYK
0, 48, 89, 32
Luminance
0.1653
Every format
| HEX | #ae5b13 |
| RGB | rgb(174, 91, 19) |
| HSL | hsl(28, 80%, 38%) |
| CMYK | cmyk(0%, 48%, 89%, 32%) |
| LAB | lab(47.7 29.4 51.6) |
| LCH | lch(47.7 59.3 60.3) |
| OKLCH | oklch(0.560 0.132 54.3) |
Copy-ready code
/* CSS */
color: #ae5b13;
background-color: #ae5b13;
/* Tailwind (arbitrary) */
class="text-[#ae5b13] bg-[#ae5b13]"
/* SCSS */
$brand: #ae5b13;
/* SwiftUI */
Color(red: 0.682, green: 0.357, blue: 0.075)
/* Android */
Color.parseColor("#ae5b13")Accessibility — WCAG contrast
Aa
#ae5b13 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae5b13 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green35.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow89.1%
Key (black)31.8%
Color previews
#ae5b13 text on a black background
contrast 4.31:1
Card sample
#ae5b13 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5b13;
Background color
Panel with #ae5b13 background
background-color: #ae5b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 91, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 91, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5b13; background: linear-gradient(135deg, #ae5b13, #99AE13);