#cd8f6f
a balanced, vivid orange · warm · closest name: tan
RGB
205, 143, 111
HSL
20°, 49%, 62%
CMYK
0, 30, 46, 20
Luminance
0.3377
Every format
| HEX | #cd8f6f |
| RGB | rgb(205, 143, 111) |
| HSL | hsl(20, 49%, 62%) |
| CMYK | cmyk(0%, 30%, 46%, 20%) |
| LAB | lab(64.8 19.7 26.4) |
| LCH | lch(64.8 33.0 53.3) |
| OKLCH | oklch(0.704 0.088 48.1) |
Copy-ready code
/* CSS */
color: #cd8f6f;
background-color: #cd8f6f;
/* Tailwind (arbitrary) */
class="text-[#cd8f6f] bg-[#cd8f6f]"
/* SCSS */
$brand: #cd8f6f;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.435)
/* Android */
Color.parseColor("#cd8f6f")Accessibility — WCAG contrast
Aa
#cd8f6f on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f6f on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow45.9%
Key (black)19.6%
Color previews
#cd8f6f text on a black background
contrast 7.75:1
Card sample
#cd8f6f text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f6f;
Background color
Panel with #cd8f6f background
background-color: #cd8f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f6f; background: linear-gradient(135deg, #cd8f6f, #CCCD6F);