#c79021
a balanced, vivid yellow · warm · closest name: peru
RGB
199, 144, 33
HSL
40°, 72%, 46%
CMYK
0, 28, 83, 22
Luminance
0.3220
Every format
| HEX | #c79021 |
| RGB | rgb(199, 144, 33) |
| HSL | hsl(40, 72%, 46%) |
| CMYK | cmyk(0%, 28%, 83%, 22%) |
| LAB | lab(63.5 11.5 61.5) |
| LCH | lch(63.5 62.6 79.4) |
| OKLCH | oklch(0.690 0.134 79.2) |
Copy-ready code
/* CSS */
color: #c79021;
background-color: #c79021;
/* Tailwind (arbitrary) */
class="text-[#c79021] bg-[#c79021]"
/* SCSS */
$brand: #c79021;
/* SwiftUI */
Color(red: 0.780, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#c79021")Accessibility — WCAG contrast
Aa
#c79021 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79021 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow83.4%
Key (black)22.0%
Color previews
#c79021 text on a black background
contrast 7.44:1
Card sample
#c79021 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79021;
Background color
Panel with #c79021 background
background-color: #c79021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79021; background: linear-gradient(135deg, #c79021, #8FC721);