#cc9b39
a balanced, vivid yellow · warm · closest name: peru
RGB
204, 155, 57
HSL
40°, 59%, 51%
CMYK
0, 24, 72, 20
Luminance
0.3658
Every format
| HEX | #cc9b39 |
| RGB | rgb(204, 155, 57) |
| HSL | hsl(40, 59%, 51%) |
| CMYK | cmyk(0%, 24%, 72%, 20%) |
| LAB | lab(67.0 8.7 56.0) |
| LCH | lch(67.0 56.7 81.2) |
| OKLCH | oklch(0.718 0.126 81.2) |
Copy-ready code
/* CSS */
color: #cc9b39;
background-color: #cc9b39;
/* Tailwind (arbitrary) */
class="text-[#cc9b39] bg-[#cc9b39]"
/* SCSS */
$brand: #cc9b39;
/* SwiftUI */
Color(red: 0.800, green: 0.608, blue: 0.224)
/* Android */
Color.parseColor("#cc9b39")Accessibility — WCAG contrast
Aa
#cc9b39 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9b39 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow72.1%
Key (black)20.0%
Color previews
#cc9b39 text on a black background
contrast 8.32:1
Card sample
#cc9b39 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9b39;
Background color
Panel with #cc9b39 background
background-color: #cc9b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 155, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 155, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9b39; background: linear-gradient(135deg, #cc9b39, #9BCC39);