#cccb21
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 203, 33
HSL
60°, 72%, 47%
CMYK
0, 1, 84, 20
Luminance
0.5566
Every format
| HEX | #cccb21 |
| RGB | rgb(204, 203, 33) |
| HSL | hsl(60, 72%, 47%) |
| CMYK | cmyk(0%, 1%, 84%, 20%) |
| LAB | lab(79.4 -17.2 75.1) |
| LCH | lch(79.4 77.0 102.9) |
| OKLCH | oklch(0.817 0.171 109.3) |
Copy-ready code
/* CSS */
color: #cccb21;
background-color: #cccb21;
/* Tailwind (arbitrary) */
class="text-[#cccb21] bg-[#cccb21]"
/* SCSS */
$brand: #cccb21;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#cccb21")Accessibility — WCAG contrast
Aa
#cccb21 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccb21 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow83.8%
Key (black)20.0%
Color previews
#cccb21 text on a black background
contrast 12.13:1
Card sample
#cccb21 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccb21;
Background color
Panel with #cccb21 background
background-color: #cccb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccb21; background: linear-gradient(135deg, #cccb21, #5BCC21);