#cd963f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 150, 63
HSL
37°, 59%, 53%
CMYK
0, 27, 69, 20
Luminance
0.3515
Every format
| HEX | #cd963f |
| RGB | rgb(205, 150, 63) |
| HSL | hsl(37, 59%, 53%) |
| CMYK | cmyk(0%, 27%, 69%, 20%) |
| LAB | lab(65.9 12.2 52.3) |
| LCH | lch(65.9 53.7 76.9) |
| OKLCH | oklch(0.710 0.122 75.7) |
Copy-ready code
/* CSS */
color: #cd963f;
background-color: #cd963f;
/* Tailwind (arbitrary) */
class="text-[#cd963f] bg-[#cd963f]"
/* SCSS */
$brand: #cd963f;
/* SwiftUI */
Color(red: 0.804, green: 0.588, blue: 0.247)
/* Android */
Color.parseColor("#cd963f")Accessibility — WCAG contrast
Aa
#cd963f on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd963f on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow69.3%
Key (black)19.6%
Color previews
#cd963f text on a black background
contrast 8.03:1
Card sample
#cd963f text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd963f;
Background color
Panel with #cd963f background
background-color: #cd963f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd963f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 150, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 150, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd963f; background: linear-gradient(135deg, #cd963f, #A5CD3F);