#c4bd13
a dark, electric yellow · cool · closest name: gold
RGB
196, 189, 19
HSL
58°, 82%, 42%
CMYK
0, 4, 90, 23
Luminance
0.4818
Every format
| HEX | #c4bd13 |
| RGB | rgb(196, 189, 19) |
| HSL | hsl(58, 82%, 42%) |
| CMYK | cmyk(0%, 4%, 90%, 23%) |
| LAB | lab(74.9 -13.9 73.9) |
| LCH | lch(74.9 75.2 100.7) |
| OKLCH | oklch(0.779 0.164 106.9) |
Copy-ready code
/* CSS */
color: #c4bd13;
background-color: #c4bd13;
/* Tailwind (arbitrary) */
class="text-[#c4bd13] bg-[#c4bd13]"
/* SCSS */
$brand: #c4bd13;
/* SwiftUI */
Color(red: 0.769, green: 0.741, blue: 0.075)
/* Android */
Color.parseColor("#c4bd13")Accessibility — WCAG contrast
Aa
#c4bd13 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bd13 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green74.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow90.3%
Key (black)23.1%
Color previews
#c4bd13 text on a black background
contrast 10.64:1
Card sample
#c4bd13 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bd13;
Background color
Panel with #c4bd13 background
background-color: #c4bd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 189, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 189, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bd13; background: linear-gradient(135deg, #c4bd13, #55C413);