#ae7613
a dark, electric orange · warm · closest name: peru
RGB
174, 118, 19
HSL
38°, 80%, 38%
CMYK
0, 32, 89, 32
Luminance
0.2200
Every format
| HEX | #ae7613 |
| RGB | rgb(174, 118, 19) |
| HSL | hsl(38, 80%, 38%) |
| CMYK | cmyk(0%, 32%, 89%, 32%) |
| LAB | lab(54.0 14.4 56.6) |
| LCH | lch(54.0 58.4 75.7) |
| OKLCH | oklch(0.609 0.124 74.3) |
Copy-ready code
/* CSS */
color: #ae7613;
background-color: #ae7613;
/* Tailwind (arbitrary) */
class="text-[#ae7613] bg-[#ae7613]"
/* SCSS */
$brand: #ae7613;
/* SwiftUI */
Color(red: 0.682, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#ae7613")Accessibility — WCAG contrast
Aa
#ae7613 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7613 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green46.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow89.1%
Key (black)31.8%
Color previews
#ae7613 text on a black background
contrast 5.40:1
Card sample
#ae7613 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7613;
Background color
Panel with #ae7613 background
background-color: #ae7613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7613; background: linear-gradient(135deg, #ae7613, #7FAE13);