#ae7951
a balanced, soft orange · warm · closest name: sienna
RGB
174, 121, 81
HSL
26°, 37%, 50%
CMYK
0, 31, 53, 32
Luminance
0.2327
Every format
| HEX | #ae7951 |
| RGB | rgb(174, 121, 81) |
| HSL | hsl(26, 37%, 50%) |
| CMYK | cmyk(0%, 31%, 53%, 32%) |
| LAB | lab(55.4 16.1 30.1) |
| LCH | lch(55.4 34.1 61.8) |
| OKLCH | oklch(0.621 0.086 57.4) |
Copy-ready code
/* CSS */
color: #ae7951;
background-color: #ae7951;
/* Tailwind (arbitrary) */
class="text-[#ae7951] bg-[#ae7951]"
/* SCSS */
$brand: #ae7951;
/* SwiftUI */
Color(red: 0.682, green: 0.475, blue: 0.318)
/* Android */
Color.parseColor("#ae7951")Accessibility — WCAG contrast
Aa
#ae7951 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7951 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green47.5%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow53.4%
Key (black)31.8%
Color previews
#ae7951 text on a black background
contrast 5.65:1
Card sample
#ae7951 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7951;
Background color
Panel with #ae7951 background
background-color: #ae7951;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7951;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 121, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 121, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7951; background: linear-gradient(135deg, #ae7951, #A5AE51);