#c8bd13
a dark, electric yellow · cool · closest name: gold
RGB
200, 189, 19
HSL
56°, 83%, 43%
CMYK
0, 6, 91, 22
Luminance
0.4872
Every format
| HEX | #c8bd13 |
| RGB | rgb(200, 189, 19) |
| HSL | hsl(56, 83%, 43%) |
| CMYK | cmyk(0%, 6%, 91%, 22%) |
| LAB | lab(75.3 -12.2 74.3) |
| LCH | lch(75.3 75.3 99.3) |
| OKLCH | oklch(0.783 0.163 105.3) |
Copy-ready code
/* CSS */
color: #c8bd13;
background-color: #c8bd13;
/* Tailwind (arbitrary) */
class="text-[#c8bd13] bg-[#c8bd13]"
/* SCSS */
$brand: #c8bd13;
/* SwiftUI */
Color(red: 0.784, green: 0.741, blue: 0.075)
/* Android */
Color.parseColor("#c8bd13")Accessibility — WCAG contrast
Aa
#c8bd13 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bd13 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green74.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow90.5%
Key (black)21.6%
Color previews
#c8bd13 text on a black background
contrast 10.74:1
Card sample
#c8bd13 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bd13;
Background color
Panel with #c8bd13 background
background-color: #c8bd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 189, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 189, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bd13; background: linear-gradient(135deg, #c8bd13, #5AC813);