#c7ad21
a balanced, vivid yellow · cool · closest name: olive
RGB
199, 173, 33
HSL
51°, 72%, 46%
CMYK
0, 13, 83, 22
Luminance
0.4214
Every format
| HEX | #c7ad21 |
| RGB | rgb(199, 173, 33) |
| HSL | hsl(51, 72%, 46%) |
| CMYK | cmyk(0%, 13%, 83%, 22%) |
| LAB | lab(71.0 -4.0 67.8) |
| LCH | lch(71.0 68.0 93.4) |
| OKLCH | oklch(0.748 0.147 97.6) |
Copy-ready code
/* CSS */
color: #c7ad21;
background-color: #c7ad21;
/* Tailwind (arbitrary) */
class="text-[#c7ad21] bg-[#c7ad21]"
/* SCSS */
$brand: #c7ad21;
/* SwiftUI */
Color(red: 0.780, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#c7ad21")Accessibility — WCAG contrast
Aa
#c7ad21 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ad21 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow83.4%
Key (black)22.0%
Color previews
#c7ad21 text on a black background
contrast 9.43:1
Card sample
#c7ad21 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ad21;
Background color
Panel with #c7ad21 background
background-color: #c7ad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ad21; background: linear-gradient(135deg, #c7ad21, #72C721);