#c5af33
a balanced, vivid yellow · cool · closest name: olive
RGB
197, 175, 51
HSL
51°, 59%, 49%
CMYK
0, 11, 74, 23
Luminance
0.4277
Every format
| HEX | #c5af33 |
| RGB | rgb(197, 175, 51) |
| HSL | hsl(51, 59%, 49%) |
| CMYK | cmyk(0%, 11%, 74%, 23%) |
| LAB | lab(71.4 -5.3 62.5) |
| LCH | lch(71.4 62.7 94.9) |
| OKLCH | oklch(0.752 0.139 98.8) |
Copy-ready code
/* CSS */
color: #c5af33;
background-color: #c5af33;
/* Tailwind (arbitrary) */
class="text-[#c5af33] bg-[#c5af33]"
/* SCSS */
$brand: #c5af33;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.200)
/* Android */
Color.parseColor("#c5af33")Accessibility — WCAG contrast
Aa
#c5af33 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5af33 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow74.1%
Key (black)22.7%
Color previews
#c5af33 text on a black background
contrast 9.55:1
Card sample
#c5af33 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5af33;
Background color
Panel with #c5af33 background
background-color: #c5af33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5af33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5af33; background: linear-gradient(135deg, #c5af33, #79C533);