#ccc702
a dark, electric yellow · cool · closest name: gold
RGB
204, 199, 2
HSL
59°, 98%, 40%
CMYK
0, 3, 99, 20
Luminance
0.5369
Every format
| HEX | #ccc702 |
| RGB | rgb(204, 199, 2) |
| HSL | hsl(59, 98%, 40%) |
| CMYK | cmyk(0%, 3%, 99%, 20%) |
| LAB | lab(78.3 -15.7 78.7) |
| LCH | lch(78.3 80.2 101.3) |
| OKLCH | oklch(0.807 0.174 107.9) |
Copy-ready code
/* CSS */
color: #ccc702;
background-color: #ccc702;
/* Tailwind (arbitrary) */
class="text-[#ccc702] bg-[#ccc702]"
/* SCSS */
$brand: #ccc702;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.008)
/* Android */
Color.parseColor("#ccc702")Accessibility — WCAG contrast
Aa
#ccc702 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc702 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow99.0%
Key (black)20.0%
Color previews
#ccc702 text on a black background
contrast 11.74:1
Card sample
#ccc702 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc702;
Background color
Panel with #ccc702 background
background-color: #ccc702;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc702;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc702; background: linear-gradient(135deg, #ccc702, #4ACC02);