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