#cccf2c
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 207, 44
HSL
61°, 65%, 49%
CMYK
1, 0, 79, 19
Luminance
0.5764
Every format
| HEX | #cccf2c |
| RGB | rgb(204, 207, 44) |
| HSL | hsl(61, 65%, 49%) |
| CMYK | cmyk(1%, 0%, 79%, 19%) |
| LAB | lab(80.5 -18.9 73.3) |
| LCH | lch(80.5 75.7 104.4) |
| OKLCH | oklch(0.826 0.170 110.7) |
Copy-ready code
/* CSS */
color: #cccf2c;
background-color: #cccf2c;
/* Tailwind (arbitrary) */
class="text-[#cccf2c] bg-[#cccf2c]"
/* SCSS */
$brand: #cccf2c;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.173)
/* Android */
Color.parseColor("#cccf2c")Accessibility — WCAG contrast
Aa
#cccf2c on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf2c on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue17.3%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow78.7%
Key (black)18.8%
Color previews
#cccf2c text on a black background
contrast 12.53:1
Card sample
#cccf2c text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf2c;
Background color
Panel with #cccf2c background
background-color: #cccf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf2c; background: linear-gradient(135deg, #cccf2c, #5FCF2C);