#c9ad21
a balanced, vivid yellow · cool · closest name: olive
RGB
201, 173, 33
HSL
50°, 72%, 46%
CMYK
0, 14, 84, 21
Luminance
0.4241
Every format
| HEX | #c9ad21 |
| RGB | rgb(201, 173, 33) |
| HSL | hsl(50, 72%, 46%) |
| CMYK | cmyk(0%, 14%, 84%, 21%) |
| LAB | lab(71.2 -3.2 68.1) |
| LCH | lch(71.2 68.2 92.7) |
| OKLCH | oklch(0.750 0.147 96.6) |
Copy-ready code
/* CSS */
color: #c9ad21;
background-color: #c9ad21;
/* Tailwind (arbitrary) */
class="text-[#c9ad21] bg-[#c9ad21]"
/* SCSS */
$brand: #c9ad21;
/* SwiftUI */
Color(red: 0.788, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#c9ad21")Accessibility — WCAG contrast
Aa
#c9ad21 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ad21 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow83.6%
Key (black)21.2%
Color previews
#c9ad21 text on a black background
contrast 9.48:1
Card sample
#c9ad21 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ad21;
Background color
Panel with #c9ad21 background
background-color: #c9ad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ad21; background: linear-gradient(135deg, #c9ad21, #75C921);