#c5bf13
a dark, electric yellow · cool · closest name: gold
RGB
197, 191, 19
HSL
58°, 82%, 42%
CMYK
0, 3, 90, 23
Luminance
0.4918
Every format
| HEX | #c5bf13 |
| RGB | rgb(197, 191, 19) |
| HSL | hsl(58, 82%, 42%) |
| CMYK | cmyk(0%, 3%, 90%, 23%) |
| LAB | lab(75.6 -14.5 74.4) |
| LCH | lch(75.6 75.8 101.0) |
| OKLCH | oklch(0.784 0.165 107.3) |
Copy-ready code
/* CSS */
color: #c5bf13;
background-color: #c5bf13;
/* Tailwind (arbitrary) */
class="text-[#c5bf13] bg-[#c5bf13]"
/* SCSS */
$brand: #c5bf13;
/* SwiftUI */
Color(red: 0.773, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#c5bf13")Accessibility — WCAG contrast
Aa
#c5bf13 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bf13 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow90.4%
Key (black)22.7%
Color previews
#c5bf13 text on a black background
contrast 10.84:1
Card sample
#c5bf13 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bf13;
Background color
Panel with #c5bf13 background
background-color: #c5bf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bf13; background: linear-gradient(135deg, #c5bf13, #54C513);