#cd992f
a balanced, vivid yellow · warm · closest name: peru
RGB
205, 153, 47
HSL
40°, 63%, 49%
CMYK
0, 25, 77, 20
Luminance
0.3597
Every format
| HEX | #cd992f |
| RGB | rgb(205, 153, 47) |
| HSL | hsl(40, 63%, 49%) |
| CMYK | cmyk(0%, 25%, 77%, 20%) |
| LAB | lab(66.5 9.8 59.6) |
| LCH | lch(66.5 60.4 80.7) |
| OKLCH | oklch(0.715 0.132 80.8) |
Copy-ready code
/* CSS */
color: #cd992f;
background-color: #cd992f;
/* Tailwind (arbitrary) */
class="text-[#cd992f] bg-[#cd992f]"
/* SCSS */
$brand: #cd992f;
/* SwiftUI */
Color(red: 0.804, green: 0.600, blue: 0.184)
/* Android */
Color.parseColor("#cd992f")Accessibility — WCAG contrast
Aa
#cd992f on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd992f on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow77.1%
Key (black)19.6%
Color previews
#cd992f text on a black background
contrast 8.19:1
Card sample
#cd992f text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd992f;
Background color
Panel with #cd992f background
background-color: #cd992f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd992f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 153, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 153, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd992f; background: linear-gradient(135deg, #cd992f, #98CD2F);