#ae6513
a dark, electric orange · warm · closest name: peru
RGB
174, 101, 19
HSL
32°, 80%, 38%
CMYK
0, 42, 89, 32
Luminance
0.1835
Every format
| HEX | #ae6513 |
| RGB | rgb(174, 101, 19) |
| HSL | hsl(32, 80%, 38%) |
| CMYK | cmyk(0%, 42%, 89%, 32%) |
| LAB | lab(49.9 23.9 53.3) |
| LCH | lch(49.9 58.4 65.9) |
| OKLCH | oklch(0.577 0.127 61.3) |
Copy-ready code
/* CSS */
color: #ae6513;
background-color: #ae6513;
/* Tailwind (arbitrary) */
class="text-[#ae6513] bg-[#ae6513]"
/* SCSS */
$brand: #ae6513;
/* SwiftUI */
Color(red: 0.682, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#ae6513")Accessibility — WCAG contrast
Aa
#ae6513 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae6513 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green39.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow89.1%
Key (black)31.8%
Color previews
#ae6513 text on a black background
contrast 4.67:1
Card sample
#ae6513 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6513;
Background color
Panel with #ae6513 background
background-color: #ae6513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6513; background: linear-gradient(135deg, #ae6513, #90AE13);