#c9a822
a balanced, vivid yellow · cool · closest name: olive
RGB
201, 168, 34
HSL
48°, 71%, 46%
CMYK
0, 16, 83, 21
Luminance
0.4054
Every format
| HEX | #c9a822 |
| RGB | rgb(201, 168, 34) |
| HSL | hsl(48, 71%, 46%) |
| CMYK | cmyk(0%, 16%, 83%, 21%) |
| LAB | lab(69.8 -0.5 66.7) |
| LCH | lch(69.8 66.7 90.4) |
| OKLCH | oklch(0.740 0.143 93.7) |
Copy-ready code
/* CSS */
color: #c9a822;
background-color: #c9a822;
/* Tailwind (arbitrary) */
class="text-[#c9a822] bg-[#c9a822]"
/* SCSS */
$brand: #c9a822;
/* SwiftUI */
Color(red: 0.788, green: 0.659, blue: 0.133)
/* Android */
Color.parseColor("#c9a822")Accessibility — WCAG contrast
Aa
#c9a822 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9a822 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green65.9%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow83.1%
Key (black)21.2%
Color previews
#c9a822 text on a black background
contrast 9.11:1
Card sample
#c9a822 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9a822;
Background color
Panel with #c9a822 background
background-color: #c9a822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9a822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 168, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 168, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9a822; background: linear-gradient(135deg, #c9a822, #7BC922);