#ccbc10
a dark, electric yellow · cool · closest name: gold
RGB
204, 188, 16
HSL
55°, 86%, 43%
CMYK
0, 8, 92, 20
Luminance
0.4884
Every format
| HEX | #ccbc10 |
| RGB | rgb(204, 188, 16) |
| HSL | hsl(55, 86%, 43%) |
| CMYK | cmyk(0%, 8%, 92%, 20%) |
| LAB | lab(75.3 -10.0 75.0) |
| LCH | lch(75.3 75.6 97.6) |
| OKLCH | oklch(0.784 0.163 103.2) |
Copy-ready code
/* CSS */
color: #ccbc10;
background-color: #ccbc10;
/* Tailwind (arbitrary) */
class="text-[#ccbc10] bg-[#ccbc10]"
/* SCSS */
$brand: #ccbc10;
/* SwiftUI */
Color(red: 0.800, green: 0.737, blue: 0.063)
/* Android */
Color.parseColor("#ccbc10")Accessibility — WCAG contrast
Aa
#ccbc10 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbc10 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.7%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow92.2%
Key (black)20.0%
Color previews
#ccbc10 text on a black background
contrast 10.77:1
Card sample
#ccbc10 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbc10;
Background color
Panel with #ccbc10 background
background-color: #ccbc10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbc10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 188, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 188, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbc10; background: linear-gradient(135deg, #ccbc10, #5FCC10);