#c9b039
a balanced, vivid yellow · cool · closest name: olive
RGB
201, 176, 57
HSL
50°, 57%, 51%
CMYK
0, 12, 72, 21
Luminance
0.4376
Every format
| HEX | #c9b039 |
| RGB | rgb(201, 176, 57) |
| HSL | hsl(50, 57%, 51%) |
| CMYK | cmyk(0%, 12%, 72%, 21%) |
| LAB | lab(72.1 -3.8 61.0) |
| LCH | lch(72.1 61.2 93.6) |
| OKLCH | oklch(0.758 0.137 97.0) |
Copy-ready code
/* CSS */
color: #c9b039;
background-color: #c9b039;
/* Tailwind (arbitrary) */
class="text-[#c9b039] bg-[#c9b039]"
/* SCSS */
$brand: #c9b039;
/* SwiftUI */
Color(red: 0.788, green: 0.690, blue: 0.224)
/* Android */
Color.parseColor("#c9b039")Accessibility — WCAG contrast
Aa
#c9b039 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b039 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green69.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow71.6%
Key (black)21.2%
Color previews
#c9b039 text on a black background
contrast 9.75:1
Card sample
#c9b039 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b039;
Background color
Panel with #c9b039 background
background-color: #c9b039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 176, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 176, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b039; background: linear-gradient(135deg, #c9b039, #82C939);