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