#c59021
a balanced, vivid yellow · warm · closest name: peru
RGB
197, 144, 33
HSL
41°, 71%, 45%
CMYK
0, 27, 83, 23
Luminance
0.3193
Every format
| HEX | #c59021 |
| RGB | rgb(197, 144, 33) |
| HSL | hsl(41, 71%, 45%) |
| CMYK | cmyk(0%, 27%, 83%, 23%) |
| LAB | lab(63.3 10.7 61.2) |
| LCH | lch(63.3 62.1 80.1) |
| OKLCH | oklch(0.687 0.133 80.2) |
Copy-ready code
/* CSS */
color: #c59021;
background-color: #c59021;
/* Tailwind (arbitrary) */
class="text-[#c59021] bg-[#c59021]"
/* SCSS */
$brand: #c59021;
/* SwiftUI */
Color(red: 0.773, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#c59021")Accessibility — WCAG contrast
Aa
#c59021 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59021 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow83.2%
Key (black)22.7%
Color previews
#c59021 text on a black background
contrast 7.39:1
Card sample
#c59021 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59021;
Background color
Panel with #c59021 background
background-color: #c59021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59021; background: linear-gradient(135deg, #c59021, #8DC521);