#cbb921
a balanced, vivid yellow · cool · closest name: gold
RGB
203, 185, 33
HSL
54°, 72%, 46%
CMYK
0, 9, 84, 20
Luminance
0.4750
Every format
| HEX | #cbb921 |
| RGB | rgb(203, 185, 33) |
| HSL | hsl(54, 72%, 46%) |
| CMYK | cmyk(0%, 9%, 84%, 20%) |
| LAB | lab(74.5 -8.5 71.0) |
| LCH | lch(74.5 71.5 96.9) |
| OKLCH | oklch(0.777 0.155 101.9) |
Copy-ready code
/* CSS */
color: #cbb921;
background-color: #cbb921;
/* Tailwind (arbitrary) */
class="text-[#cbb921] bg-[#cbb921]"
/* SCSS */
$brand: #cbb921;
/* SwiftUI */
Color(red: 0.796, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#cbb921")Accessibility — WCAG contrast
Aa
#cbb921 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb921 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow83.7%
Key (black)20.4%
Color previews
#cbb921 text on a black background
contrast 10.50:1
Card sample
#cbb921 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb921;
Background color
Panel with #cbb921 background
background-color: #cbb921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb921; background: linear-gradient(135deg, #cbb921, #6CCB21);