#c0ae34
a balanced, vivid yellow · cool · closest name: olive
RGB
192, 174, 52
HSL
52°, 57%, 48%
CMYK
0, 9, 73, 25
Luminance
0.4173
Every format
| HEX | #c0ae34 |
| RGB | rgb(192, 174, 52) |
| HSL | hsl(52, 57%, 48%) |
| CMYK | cmyk(0%, 9%, 73%, 25%) |
| LAB | lab(70.7 -6.9 61.3) |
| LCH | lch(70.7 61.7 96.5) |
| OKLCH | oklch(0.745 0.138 100.6) |
Copy-ready code
/* CSS */
color: #c0ae34;
background-color: #c0ae34;
/* Tailwind (arbitrary) */
class="text-[#c0ae34] bg-[#c0ae34]"
/* SCSS */
$brand: #c0ae34;
/* SwiftUI */
Color(red: 0.753, green: 0.682, blue: 0.204)
/* Android */
Color.parseColor("#c0ae34")Accessibility — WCAG contrast
Aa
#c0ae34 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ae34 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.2%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow72.9%
Key (black)24.7%
Color previews
#c0ae34 text on a black background
contrast 9.35:1
Card sample
#c0ae34 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ae34;
Background color
Panel with #c0ae34 background
background-color: #c0ae34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ae34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 174, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 174, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ae34; background: linear-gradient(135deg, #c0ae34, #75C034);