#ad8563
a balanced, soft orange · warm · closest name: tan
RGB
173, 133, 99
HSL
28°, 31%, 53%
CMYK
0, 23, 43, 32
Luminance
0.2656
Every format
| HEX | #ad8563 |
| RGB | rgb(173, 133, 99) |
| HSL | hsl(28, 31%, 53%) |
| CMYK | cmyk(0%, 23%, 43%, 32%) |
| LAB | lab(58.6 10.8 24.2) |
| LCH | lch(58.6 26.5 66.0) |
| OKLCH | oklch(0.647 0.068 61.5) |
Copy-ready code
/* CSS */
color: #ad8563;
background-color: #ad8563;
/* Tailwind (arbitrary) */
class="text-[#ad8563] bg-[#ad8563]"
/* SCSS */
$brand: #ad8563;
/* SwiftUI */
Color(red: 0.678, green: 0.522, blue: 0.388)
/* Android */
Color.parseColor("#ad8563")Accessibility — WCAG contrast
Aa
#ad8563 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8563 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green52.2%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow42.8%
Key (black)32.2%
Color previews
#ad8563 text on a black background
contrast 6.31:1
Card sample
#ad8563 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8563;
Background color
Panel with #ad8563 background
background-color: #ad8563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 133, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 133, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8563; background: linear-gradient(135deg, #ad8563, #A4AD63);