#cd8f73
a balanced, vivid orange · warm · closest name: tan
RGB
205, 143, 115
HSL
19°, 47%, 63%
CMYK
0, 30, 44, 20
Luminance
0.3386
Every format
| HEX | #cd8f73 |
| RGB | rgb(205, 143, 115) |
| HSL | hsl(19, 47%, 63%) |
| CMYK | cmyk(0%, 30%, 44%, 20%) |
| LAB | lab(64.8 20.1 24.3) |
| LCH | lch(64.8 31.6 50.4) |
| OKLCH | oklch(0.705 0.086 45.2) |
Copy-ready code
/* CSS */
color: #cd8f73;
background-color: #cd8f73;
/* Tailwind (arbitrary) */
class="text-[#cd8f73] bg-[#cd8f73]"
/* SCSS */
$brand: #cd8f73;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.451)
/* Android */
Color.parseColor("#cd8f73")Accessibility — WCAG contrast
Aa
#cd8f73 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f73 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow43.9%
Key (black)19.6%
Color previews
#cd8f73 text on a black background
contrast 7.77:1
Card sample
#cd8f73 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f73;
Background color
Panel with #cd8f73 background
background-color: #cd8f73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f73; background: linear-gradient(135deg, #cd8f73, #CDCB73);