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