#cd9932
a balanced, vivid orange · warm · closest name: peru
RGB
205, 153, 50
HSL
40°, 61%, 50%
CMYK
0, 25, 76, 20
Luminance
0.3599
Every format
| HEX | #cd9932 |
| RGB | rgb(205, 153, 50) |
| HSL | hsl(40, 61%, 50%) |
| CMYK | cmyk(0%, 25%, 76%, 20%) |
| LAB | lab(66.5 9.9 58.5) |
| LCH | lch(66.5 59.3 80.4) |
| OKLCH | oklch(0.715 0.130 80.4) |
Copy-ready code
/* CSS */
color: #cd9932;
background-color: #cd9932;
/* Tailwind (arbitrary) */
class="text-[#cd9932] bg-[#cd9932]"
/* SCSS */
$brand: #cd9932;
/* SwiftUI */
Color(red: 0.804, green: 0.600, blue: 0.196)
/* Android */
Color.parseColor("#cd9932")Accessibility — WCAG contrast
Aa
#cd9932 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9932 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.0%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow75.6%
Key (black)19.6%
Color previews
#cd9932 text on a black background
contrast 8.20:1
Card sample
#cd9932 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9932;
Background color
Panel with #cd9932 background
background-color: #cd9932;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9932;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 153, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 153, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9932; background: linear-gradient(135deg, #cd9932, #9ACD32);