#cd9f3b
a balanced, vivid yellow · warm · closest name: peru
RGB
205, 159, 59
HSL
41°, 59%, 52%
CMYK
0, 22, 71, 20
Luminance
0.3809
Every format
| HEX | #cd9f3b |
| RGB | rgb(205, 159, 59) |
| HSL | hsl(41, 59%, 52%) |
| CMYK | cmyk(0%, 22%, 71%, 20%) |
| LAB | lab(68.1 7.1 56.4) |
| LCH | lch(68.1 56.8 82.9) |
| OKLCH | oklch(0.728 0.127 83.3) |
Copy-ready code
/* CSS */
color: #cd9f3b;
background-color: #cd9f3b;
/* Tailwind (arbitrary) */
class="text-[#cd9f3b] bg-[#cd9f3b]"
/* SCSS */
$brand: #cd9f3b;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.231)
/* Android */
Color.parseColor("#cd9f3b")Accessibility — WCAG contrast
Aa
#cd9f3b on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9f3b on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow71.2%
Key (black)19.6%
Color previews
#cd9f3b text on a black background
contrast 8.62:1
Card sample
#cd9f3b text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9f3b;
Background color
Panel with #cd9f3b background
background-color: #cd9f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9f3b; background: linear-gradient(135deg, #cd9f3b, #9ACD3B);