#cd983f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 152, 63
HSL
38°, 59%, 53%
CMYK
0, 26, 69, 20
Luminance
0.3579
Every format
| HEX | #cd983f |
| RGB | rgb(205, 152, 63) |
| HSL | hsl(38, 59%, 53%) |
| CMYK | cmyk(0%, 26%, 69%, 20%) |
| LAB | lab(66.4 11.1 52.9) |
| LCH | lch(66.4 54.0 78.2) |
| OKLCH | oklch(0.714 0.122 77.3) |
Copy-ready code
/* CSS */
color: #cd983f;
background-color: #cd983f;
/* Tailwind (arbitrary) */
class="text-[#cd983f] bg-[#cd983f]"
/* SCSS */
$brand: #cd983f;
/* SwiftUI */
Color(red: 0.804, green: 0.596, blue: 0.247)
/* Android */
Color.parseColor("#cd983f")Accessibility — WCAG contrast
Aa
#cd983f on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd983f on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow69.3%
Key (black)19.6%
Color previews
#cd983f text on a black background
contrast 8.16:1
Card sample
#cd983f text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd983f;
Background color
Panel with #cd983f background
background-color: #cd983f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd983f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 152, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 152, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd983f; background: linear-gradient(135deg, #cd983f, #A3CD3F);