#ccc02f
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 192, 47
HSL
55°, 63%, 49%
CMYK
0, 6, 77, 20
Luminance
0.5074
Every format
| HEX | #ccc02f |
| RGB | rgb(204, 192, 47) |
| HSL | hsl(55, 63%, 49%) |
| CMYK | cmyk(0%, 6%, 77%, 20%) |
| LAB | lab(76.5 -11.2 68.8) |
| LCH | lch(76.5 69.7 99.3) |
| OKLCH | oklch(0.794 0.155 104.4) |
Copy-ready code
/* CSS */
color: #ccc02f;
background-color: #ccc02f;
/* Tailwind (arbitrary) */
class="text-[#ccc02f] bg-[#ccc02f]"
/* SCSS */
$brand: #ccc02f;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.184)
/* Android */
Color.parseColor("#ccc02f")Accessibility — WCAG contrast
Aa
#ccc02f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc02f on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow77.0%
Key (black)20.0%
Color previews
#ccc02f text on a black background
contrast 11.15:1
Card sample
#ccc02f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc02f;
Background color
Panel with #ccc02f background
background-color: #ccc02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc02f; background: linear-gradient(135deg, #ccc02f, #6FCC2F);