#c5af02
a dark, electric yellow · cool · closest name: gold
RGB
197, 175, 2
HSL
53°, 98%, 39%
CMYK
0, 11, 99, 23
Luminance
0.4253
Every format
| HEX | #c5af02 |
| RGB | rgb(197, 175, 2) |
| HSL | hsl(53, 98%, 39%) |
| CMYK | cmyk(0%, 11%, 99%, 23%) |
| LAB | lab(71.2 -6.5 73.3) |
| LCH | lch(71.2 73.6 95.1) |
| OKLCH | oklch(0.750 0.156 100.2) |
Copy-ready code
/* CSS */
color: #c5af02;
background-color: #c5af02;
/* Tailwind (arbitrary) */
class="text-[#c5af02] bg-[#c5af02]"
/* SCSS */
$brand: #c5af02;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.008)
/* Android */
Color.parseColor("#c5af02")Accessibility — WCAG contrast
Aa
#c5af02 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5af02 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow99.0%
Key (black)22.7%
Color previews
#c5af02 text on a black background
contrast 9.51:1
Card sample
#c5af02 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5af02;
Background color
Panel with #c5af02 background
background-color: #c5af02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5af02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5af02; background: linear-gradient(135deg, #c5af02, #59C502);