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