#cbb721
a balanced, vivid yellow · cool · closest name: gold
RGB
203, 183, 33
HSL
53°, 72%, 46%
CMYK
0, 10, 84, 20
Luminance
0.4667
Every format
| HEX | #cbb721 |
| RGB | rgb(203, 183, 33) |
| HSL | hsl(53, 72%, 46%) |
| CMYK | cmyk(0%, 10%, 84%, 20%) |
| LAB | lab(74.0 -7.5 70.5) |
| LCH | lch(74.0 70.9 96.1) |
| OKLCH | oklch(0.773 0.154 100.9) |
Copy-ready code
/* CSS */
color: #cbb721;
background-color: #cbb721;
/* Tailwind (arbitrary) */
class="text-[#cbb721] bg-[#cbb721]"
/* SCSS */
$brand: #cbb721;
/* SwiftUI */
Color(red: 0.796, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#cbb721")Accessibility — WCAG contrast
Aa
#cbb721 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb721 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green71.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow83.7%
Key (black)20.4%
Color previews
#cbb721 text on a black background
contrast 10.33:1
Card sample
#cbb721 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb721;
Background color
Panel with #cbb721 background
background-color: #cbb721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb721; background: linear-gradient(135deg, #cbb721, #6ECB21);