#cc9f39
a balanced, vivid yellow · warm · closest name: peru
RGB
204, 159, 57
HSL
42°, 59%, 51%
CMYK
0, 22, 72, 20
Luminance
0.3793
Every format
| HEX | #cc9f39 |
| RGB | rgb(204, 159, 57) |
| HSL | hsl(42, 59%, 51%) |
| CMYK | cmyk(0%, 22%, 72%, 20%) |
| LAB | lab(68.0 6.5 57.0) |
| LCH | lch(68.0 57.4 83.5) |
| OKLCH | oklch(0.726 0.128 84.2) |
Copy-ready code
/* CSS */
color: #cc9f39;
background-color: #cc9f39;
/* Tailwind (arbitrary) */
class="text-[#cc9f39] bg-[#cc9f39]"
/* SCSS */
$brand: #cc9f39;
/* SwiftUI */
Color(red: 0.800, green: 0.624, blue: 0.224)
/* Android */
Color.parseColor("#cc9f39")Accessibility — WCAG contrast
Aa
#cc9f39 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9f39 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green62.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow72.1%
Key (black)20.0%
Color previews
#cc9f39 text on a black background
contrast 8.59:1
Card sample
#cc9f39 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9f39;
Background color
Panel with #cc9f39 background
background-color: #cc9f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 159, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 159, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9f39; background: linear-gradient(135deg, #cc9f39, #97CC39);