#cbc113
a dark, electric yellow · cool · closest name: gold
RGB
203, 193, 19
HSL
57°, 83%, 44%
CMYK
0, 5, 91, 20
Luminance
0.5088
Every format
| HEX | #cbc113 |
| RGB | rgb(203, 193, 19) |
| HSL | hsl(57, 83%, 44%) |
| CMYK | cmyk(0%, 5%, 91%, 20%) |
| LAB | lab(76.6 -12.9 75.5) |
| LCH | lch(76.6 76.5 99.7) |
| OKLCH | oklch(0.794 0.166 105.8) |
Copy-ready code
/* CSS */
color: #cbc113;
background-color: #cbc113;
/* Tailwind (arbitrary) */
class="text-[#cbc113] bg-[#cbc113]"
/* SCSS */
$brand: #cbc113;
/* SwiftUI */
Color(red: 0.796, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#cbc113")Accessibility — WCAG contrast
Aa
#cbc113 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc113 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green75.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow90.6%
Key (black)20.4%
Color previews
#cbc113 text on a black background
contrast 11.18:1
Card sample
#cbc113 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc113;
Background color
Panel with #cbc113 background
background-color: #cbc113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc113; background: linear-gradient(135deg, #cbc113, #5ACB13);