#ad7963
a balanced, soft orange · warm · closest name: sienna
RGB
173, 121, 99
HSL
18°, 31%, 53%
CMYK
0, 30, 43, 32
Luminance
0.2346
Every format
| HEX | #ad7963 |
| RGB | rgb(173, 121, 99) |
| HSL | hsl(18, 31%, 53%) |
| CMYK | cmyk(0%, 30%, 43%, 32%) |
| LAB | lab(55.5 17.5 20.2) |
| LCH | lch(55.5 26.7 49.0) |
| OKLCH | oklch(0.623 0.073 43.8) |
Copy-ready code
/* CSS */
color: #ad7963;
background-color: #ad7963;
/* Tailwind (arbitrary) */
class="text-[#ad7963] bg-[#ad7963]"
/* SCSS */
$brand: #ad7963;
/* SwiftUI */
Color(red: 0.678, green: 0.475, blue: 0.388)
/* Android */
Color.parseColor("#ad7963")Accessibility — WCAG contrast
Aa
#ad7963 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7963 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green47.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow42.8%
Key (black)32.2%
Color previews
#ad7963 text on a black background
contrast 5.69:1
Card sample
#ad7963 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7963;
Background color
Panel with #ad7963 background
background-color: #ad7963;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7963;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 121, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 121, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7963; background: linear-gradient(135deg, #ad7963, #ADAA63);