#c7ae2f
a balanced, vivid yellow · cool · closest name: olive
RGB
199, 174, 47
HSL
50°, 62%, 48%
CMYK
0, 13, 76, 22
Luminance
0.4262
Every format
| HEX | #c7ae2f |
| RGB | rgb(199, 174, 47) |
| HSL | hsl(50, 62%, 48%) |
| CMYK | cmyk(0%, 13%, 76%, 22%) |
| LAB | lab(71.3 -4.1 63.9) |
| LCH | lch(71.3 64.0 93.7) |
| OKLCH | oklch(0.751 0.141 97.4) |
Copy-ready code
/* CSS */
color: #c7ae2f;
background-color: #c7ae2f;
/* Tailwind (arbitrary) */
class="text-[#c7ae2f] bg-[#c7ae2f]"
/* SCSS */
$brand: #c7ae2f;
/* SwiftUI */
Color(red: 0.780, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#c7ae2f")Accessibility — WCAG contrast
Aa
#c7ae2f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ae2f on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow76.4%
Key (black)22.0%
Color previews
#c7ae2f text on a black background
contrast 9.52:1
Card sample
#c7ae2f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ae2f;
Background color
Panel with #c7ae2f background
background-color: #c7ae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ae2f; background: linear-gradient(135deg, #c7ae2f, #7BC72F);