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