#cbba0c
a dark, electric yellow · cool · closest name: gold
RGB
203, 186, 12
HSL
55°, 89%, 42%
CMYK
0, 8, 94, 20
Luminance
0.4784
Every format
| HEX | #cbba0c |
| RGB | rgb(203, 186, 12) |
| HSL | hsl(55, 89%, 42%) |
| CMYK | cmyk(0%, 8%, 94%, 20%) |
| LAB | lab(74.7 -9.4 75.0) |
| LCH | lch(74.7 75.6 97.2) |
| OKLCH | oklch(0.779 0.162 102.8) |
Copy-ready code
/* CSS */
color: #cbba0c;
background-color: #cbba0c;
/* Tailwind (arbitrary) */
class="text-[#cbba0c] bg-[#cbba0c]"
/* SCSS */
$brand: #cbba0c;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.047)
/* Android */
Color.parseColor("#cbba0c")Accessibility — WCAG contrast
Aa
#cbba0c on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba0c on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow94.1%
Key (black)20.4%
Color previews
#cbba0c text on a black background
contrast 10.57:1
Card sample
#cbba0c text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba0c;
Background color
Panel with #cbba0c background
background-color: #cbba0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba0c; background: linear-gradient(135deg, #cbba0c, #5DCB0C);