#c5af3d
a balanced, vivid yellow · cool · closest name: olive
RGB
197, 175, 61
HSL
50°, 54%, 51%
CMYK
0, 11, 69, 23
Luminance
0.4287
Every format
| HEX | #c5af3d |
| RGB | rgb(197, 175, 61) |
| HSL | hsl(50, 54%, 51%) |
| CMYK | cmyk(0%, 11%, 69%, 23%) |
| LAB | lab(71.5 -4.8 58.7) |
| LCH | lch(71.5 58.9 94.7) |
| OKLCH | oklch(0.752 0.133 98.1) |
Copy-ready code
/* CSS */
color: #c5af3d;
background-color: #c5af3d;
/* Tailwind (arbitrary) */
class="text-[#c5af3d] bg-[#c5af3d]"
/* SCSS */
$brand: #c5af3d;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.239)
/* Android */
Color.parseColor("#c5af3d")Accessibility — WCAG contrast
Aa
#c5af3d on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5af3d on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow69.0%
Key (black)22.7%
Color previews
#c5af3d text on a black background
contrast 9.57:1
Card sample
#c5af3d text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5af3d;
Background color
Panel with #c5af3d background
background-color: #c5af3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5af3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5af3d; background: linear-gradient(135deg, #c5af3d, #80C53D);