#ccb913
a dark, electric yellow · cool · closest name: gold
RGB
204, 185, 19
HSL
54°, 83%, 44%
CMYK
0, 9, 91, 20
Luminance
0.4758
Every format
| HEX | #ccb913 |
| RGB | rgb(204, 185, 19) |
| HSL | hsl(54, 83%, 44%) |
| CMYK | cmyk(0%, 9%, 91%, 20%) |
| LAB | lab(74.6 -8.4 73.9) |
| LCH | lch(74.6 74.4 96.5) |
| OKLCH | oklch(0.778 0.160 101.8) |
Copy-ready code
/* CSS */
color: #ccb913;
background-color: #ccb913;
/* Tailwind (arbitrary) */
class="text-[#ccb913] bg-[#ccb913]"
/* SCSS */
$brand: #ccb913;
/* SwiftUI */
Color(red: 0.800, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#ccb913")Accessibility — WCAG contrast
Aa
#ccb913 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb913 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow90.7%
Key (black)20.0%
Color previews
#ccb913 text on a black background
contrast 10.52:1
Card sample
#ccb913 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb913;
Background color
Panel with #ccb913 background
background-color: #ccb913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb913; background: linear-gradient(135deg, #ccb913, #64CC13);