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