#ccc313
a dark, electric yellow · cool · closest name: gold
RGB
204, 195, 19
HSL
57°, 83%, 44%
CMYK
0, 4, 91, 20
Luminance
0.5191
Every format
| HEX | #ccc313 |
| RGB | rgb(204, 195, 19) |
| HSL | hsl(57, 83%, 44%) |
| CMYK | cmyk(0%, 4%, 91%, 20%) |
| LAB | lab(77.2 -13.5 76.0) |
| LCH | lch(77.2 77.2 100.1) |
| OKLCH | oklch(0.799 0.168 106.2) |
Copy-ready code
/* CSS */
color: #ccc313;
background-color: #ccc313;
/* Tailwind (arbitrary) */
class="text-[#ccc313] bg-[#ccc313]"
/* SCSS */
$brand: #ccc313;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.075)
/* Android */
Color.parseColor("#ccc313")Accessibility — WCAG contrast
Aa
#ccc313 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc313 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow90.7%
Key (black)20.0%
Color previews
#ccc313 text on a black background
contrast 11.38:1
Card sample
#ccc313 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc313;
Background color
Panel with #ccc313 background
background-color: #ccc313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc313; background: linear-gradient(135deg, #ccc313, #5ACC13);