#c3ae2f
a balanced, vivid yellow · cool · closest name: olive
RGB
195, 174, 47
HSL
52°, 61%, 48%
CMYK
0, 11, 76, 24
Luminance
0.4208
Every format
| HEX | #c3ae2f |
| RGB | rgb(195, 174, 47) |
| HSL | hsl(52, 61%, 48%) |
| CMYK | cmyk(0%, 11%, 76%, 24%) |
| LAB | lab(70.9 -5.8 63.4) |
| LCH | lch(70.9 63.7 95.3) |
| OKLCH | oklch(0.747 0.141 99.4) |
Copy-ready code
/* CSS */
color: #c3ae2f;
background-color: #c3ae2f;
/* Tailwind (arbitrary) */
class="text-[#c3ae2f] bg-[#c3ae2f]"
/* SCSS */
$brand: #c3ae2f;
/* SwiftUI */
Color(red: 0.765, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#c3ae2f")Accessibility — WCAG contrast
Aa
#c3ae2f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ae2f on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow75.9%
Key (black)23.5%
Color previews
#c3ae2f text on a black background
contrast 9.42:1
Card sample
#c3ae2f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ae2f;
Background color
Panel with #c3ae2f background
background-color: #c3ae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ae2f; background: linear-gradient(135deg, #c3ae2f, #75C32F);