#c69021
a balanced, vivid yellow · warm · closest name: peru
RGB
198, 144, 33
HSL
40°, 71%, 45%
CMYK
0, 27, 83, 22
Luminance
0.3206
Every format
| HEX | #c69021 |
| RGB | rgb(198, 144, 33) |
| HSL | hsl(40, 71%, 45%) |
| CMYK | cmyk(0%, 27%, 83%, 22%) |
| LAB | lab(63.4 11.1 61.4) |
| LCH | lch(63.4 62.4 79.7) |
| OKLCH | oklch(0.689 0.134 79.7) |
Copy-ready code
/* CSS */
color: #c69021;
background-color: #c69021;
/* Tailwind (arbitrary) */
class="text-[#c69021] bg-[#c69021]"
/* SCSS */
$brand: #c69021;
/* SwiftUI */
Color(red: 0.776, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#c69021")Accessibility — WCAG contrast
Aa
#c69021 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69021 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow83.3%
Key (black)22.4%
Color previews
#c69021 text on a black background
contrast 7.41:1
Card sample
#c69021 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69021;
Background color
Panel with #c69021 background
background-color: #c69021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69021; background: linear-gradient(135deg, #c69021, #8EC621);