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