#ccb521
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 181, 33
HSL
52°, 72%, 47%
CMYK
0, 11, 84, 20
Luminance
0.4599
Every format
| HEX | #ccb521 |
| RGB | rgb(204, 181, 33) |
| HSL | hsl(52, 72%, 47%) |
| CMYK | cmyk(0%, 11%, 84%, 20%) |
| LAB | lab(73.5 -6.0 70.2) |
| LCH | lch(73.5 70.5 94.9) |
| OKLCH | oklch(0.770 0.152 99.5) |
Copy-ready code
/* CSS */
color: #ccb521;
background-color: #ccb521;
/* Tailwind (arbitrary) */
class="text-[#ccb521] bg-[#ccb521]"
/* SCSS */
$brand: #ccb521;
/* SwiftUI */
Color(red: 0.800, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#ccb521")Accessibility — WCAG contrast
Aa
#ccb521 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb521 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow83.8%
Key (black)20.0%
Color previews
#ccb521 text on a black background
contrast 10.20:1
Card sample
#ccb521 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb521;
Background color
Panel with #ccb521 background
background-color: #ccb521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb521; background: linear-gradient(135deg, #ccb521, #71CC21);