#cbb813
a dark, electric yellow · cool · closest name: gold
RGB
203, 184, 19
HSL
54°, 83%, 44%
CMYK
0, 9, 91, 20
Luminance
0.4702
Every format
| HEX | #cbb813 |
| RGB | rgb(203, 184, 19) |
| HSL | hsl(54, 83%, 44%) |
| CMYK | cmyk(0%, 9%, 91%, 20%) |
| LAB | lab(74.2 -8.3 73.6) |
| LCH | lch(74.2 74.1 96.5) |
| OKLCH | oklch(0.775 0.159 101.7) |
Copy-ready code
/* CSS */
color: #cbb813;
background-color: #cbb813;
/* Tailwind (arbitrary) */
class="text-[#cbb813] bg-[#cbb813]"
/* SCSS */
$brand: #cbb813;
/* SwiftUI */
Color(red: 0.796, green: 0.722, blue: 0.075)
/* Android */
Color.parseColor("#cbb813")Accessibility — WCAG contrast
Aa
#cbb813 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb813 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow90.6%
Key (black)20.4%
Color previews
#cbb813 text on a black background
contrast 10.40:1
Card sample
#cbb813 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb813;
Background color
Panel with #cbb813 background
background-color: #cbb813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 184, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 184, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb813; background: linear-gradient(135deg, #cbb813, #63CB13);