#c69a21
a balanced, vivid yellow · warm · closest name: peru
RGB
198, 154, 33
HSL
44°, 71%, 45%
CMYK
0, 22, 83, 22
Luminance
0.3523
Every format
| HEX | #c69a21 |
| RGB | rgb(198, 154, 33) |
| HSL | hsl(44, 71%, 45%) |
| CMYK | cmyk(0%, 22%, 83%, 22%) |
| LAB | lab(65.9 5.7 63.5) |
| LCH | lch(65.9 63.8 84.9) |
| OKLCH | oklch(0.708 0.136 86.5) |
Copy-ready code
/* CSS */
color: #c69a21;
background-color: #c69a21;
/* Tailwind (arbitrary) */
class="text-[#c69a21] bg-[#c69a21]"
/* SCSS */
$brand: #c69a21;
/* SwiftUI */
Color(red: 0.776, green: 0.604, blue: 0.129)
/* Android */
Color.parseColor("#c69a21")Accessibility — WCAG contrast
Aa
#c69a21 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69a21 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green60.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow83.3%
Key (black)22.4%
Color previews
#c69a21 text on a black background
contrast 8.05:1
Card sample
#c69a21 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69a21;
Background color
Panel with #c69a21 background
background-color: #c69a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 154, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 154, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69a21; background: linear-gradient(135deg, #c69a21, #84C621);