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