#cccb39
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 203, 57
HSL
60°, 59%, 51%
CMYK
0, 1, 72, 20
Luminance
0.5584
Every format
| HEX | #cccb39 |
| RGB | rgb(204, 203, 57) |
| HSL | hsl(60, 59%, 51%) |
| CMYK | cmyk(0%, 1%, 72%, 20%) |
| LAB | lab(79.5 -16.4 68.3) |
| LCH | lch(79.5 70.3 103.5) |
| OKLCH | oklch(0.818 0.160 109.1) |
Copy-ready code
/* CSS */
color: #cccb39;
background-color: #cccb39;
/* Tailwind (arbitrary) */
class="text-[#cccb39] bg-[#cccb39]"
/* SCSS */
$brand: #cccb39;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.224)
/* Android */
Color.parseColor("#cccb39")Accessibility — WCAG contrast
Aa
#cccb39 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccb39 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow72.1%
Key (black)20.0%
Color previews
#cccb39 text on a black background
contrast 12.17:1
Card sample
#cccb39 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccb39;
Background color
Panel with #cccb39 background
background-color: #cccb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccb39; background: linear-gradient(135deg, #cccb39, #6BCC39);