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