#ccad00
a dark, electric yellow · cool · closest name: gold
RGB
204, 173, 0
HSL
51°, 100%, 40%
CMYK
0, 15, 100, 20
Luminance
0.4272
Every format
| HEX | #ccad00 |
| RGB | rgb(204, 173, 0) |
| HSL | hsl(51, 100%, 40%) |
| CMYK | cmyk(0%, 15%, 100%, 20%) |
| LAB | lab(71.4 -2.4 73.9) |
| LCH | lch(71.4 74.0 91.8) |
| OKLCH | oklch(0.752 0.155 96.1) |
Copy-ready code
/* CSS */
color: #ccad00;
background-color: #ccad00;
/* Tailwind (arbitrary) */
class="text-[#ccad00] bg-[#ccad00]"
/* SCSS */
$brand: #ccad00;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.000)
/* Android */
Color.parseColor("#ccad00")Accessibility — WCAG contrast
Aa
#ccad00 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccad00 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow100.0%
Key (black)20.0%
Color previews
#ccad00 text on a black background
contrast 9.54:1
Card sample
#ccad00 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccad00;
Background color
Panel with #ccad00 background
background-color: #ccad00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccad00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccad00; background: linear-gradient(135deg, #ccad00, #63CC00);