#c69e21
a balanced, vivid yellow · cool · closest name: olive
RGB
198, 158, 33
HSL
46°, 71%, 45%
CMYK
0, 20, 83, 22
Luminance
0.3657
Every format
| HEX | #c69e21 |
| RGB | rgb(198, 158, 33) |
| HSL | hsl(46, 71%, 45%) |
| CMYK | cmyk(0%, 20%, 83%, 22%) |
| LAB | lab(67.0 3.5 64.4) |
| LCH | lch(67.0 64.5 86.9) |
| OKLCH | oklch(0.717 0.138 89.1) |
Copy-ready code
/* CSS */
color: #c69e21;
background-color: #c69e21;
/* Tailwind (arbitrary) */
class="text-[#c69e21] bg-[#c69e21]"
/* SCSS */
$brand: #c69e21;
/* SwiftUI */
Color(red: 0.776, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#c69e21")Accessibility — WCAG contrast
Aa
#c69e21 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69e21 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow83.3%
Key (black)22.4%
Color previews
#c69e21 text on a black background
contrast 8.31:1
Card sample
#c69e21 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69e21;
Background color
Panel with #c69e21 background
background-color: #c69e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69e21; background: linear-gradient(135deg, #c69e21, #80C621);