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