#ccc028
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 192, 40
HSL
56°, 67%, 48%
CMYK
0, 6, 80, 20
Luminance
0.5069
Every format
| HEX | #ccc028 |
| RGB | rgb(204, 192, 40) |
| HSL | hsl(56, 67%, 48%) |
| CMYK | cmyk(0%, 6%, 80%, 20%) |
| LAB | lab(76.5 -11.5 70.9) |
| LCH | lch(76.5 71.8 99.2) |
| OKLCH | oklch(0.793 0.158 104.6) |
Copy-ready code
/* CSS */
color: #ccc028;
background-color: #ccc028;
/* Tailwind (arbitrary) */
class="text-[#ccc028] bg-[#ccc028]"
/* SCSS */
$brand: #ccc028;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.157)
/* Android */
Color.parseColor("#ccc028")Accessibility — WCAG contrast
Aa
#ccc028 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc028 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow80.4%
Key (black)20.0%
Color previews
#ccc028 text on a black background
contrast 11.14:1
Card sample
#ccc028 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc028;
Background color
Panel with #ccc028 background
background-color: #ccc028;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc028;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc028; background: linear-gradient(135deg, #ccc028, #6BCC28);