#cbbc13
a dark, electric yellow · cool · closest name: gold
RGB
203, 188, 19
HSL
55°, 83%, 44%
CMYK
0, 7, 91, 20
Luminance
0.4871
Every format
| HEX | #cbbc13 |
| RGB | rgb(203, 188, 19) |
| HSL | hsl(55, 83%, 44%) |
| CMYK | cmyk(0%, 7%, 91%, 20%) |
| LAB | lab(75.3 -10.4 74.4) |
| LCH | lch(75.3 75.1 97.9) |
| OKLCH | oklch(0.783 0.162 103.6) |
Copy-ready code
/* CSS */
color: #cbbc13;
background-color: #cbbc13;
/* Tailwind (arbitrary) */
class="text-[#cbbc13] bg-[#cbbc13]"
/* SCSS */
$brand: #cbbc13;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.075)
/* Android */
Color.parseColor("#cbbc13")Accessibility — WCAG contrast
Aa
#cbbc13 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbc13 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow90.6%
Key (black)20.4%
Color previews
#cbbc13 text on a black background
contrast 10.74:1
Card sample
#cbbc13 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbc13;
Background color
Panel with #cbbc13 background
background-color: #cbbc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbc13; background: linear-gradient(135deg, #cbbc13, #5FCB13);