#cd985b
a balanced, vivid orange · warm · closest name: peru
RGB
205, 152, 91
HSL
32°, 53%, 58%
CMYK
0, 26, 56, 20
Luminance
0.3619
Every format
| HEX | #cd985b |
| RGB | rgb(205, 152, 91) |
| HSL | hsl(32, 53%, 58%) |
| CMYK | cmyk(0%, 26%, 56%, 20%) |
| LAB | lab(66.7 13.0 39.5) |
| LCH | lch(66.7 41.6 71.8) |
| OKLCH | oklch(0.718 0.101 68.9) |
Copy-ready code
/* CSS */
color: #cd985b;
background-color: #cd985b;
/* Tailwind (arbitrary) */
class="text-[#cd985b] bg-[#cd985b]"
/* SCSS */
$brand: #cd985b;
/* SwiftUI */
Color(red: 0.804, green: 0.596, blue: 0.357)
/* Android */
Color.parseColor("#cd985b")Accessibility — WCAG contrast
Aa
#cd985b on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd985b on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow55.6%
Key (black)19.6%
Color previews
#cd985b text on a black background
contrast 8.24:1
Card sample
#cd985b text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd985b;
Background color
Panel with #cd985b background
background-color: #cd985b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd985b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 152, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 152, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd985b; background: linear-gradient(135deg, #cd985b, #B6CD5B);