#cccd2f
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 205, 47
HSL
60°, 63%, 49%
CMYK
1, 0, 77, 20
Luminance
0.5671
Every format
| HEX | #cccd2f |
| RGB | rgb(204, 205, 47) |
| HSL | hsl(60, 63%, 49%) |
| CMYK | cmyk(1%, 0%, 77%, 20%) |
| LAB | lab(80.0 -17.8 72.0) |
| LCH | lch(80.0 74.2 103.9) |
| OKLCH | oklch(0.822 0.167 109.9) |
Copy-ready code
/* CSS */
color: #cccd2f;
background-color: #cccd2f;
/* Tailwind (arbitrary) */
class="text-[#cccd2f] bg-[#cccd2f]"
/* SCSS */
$brand: #cccd2f;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.184)
/* Android */
Color.parseColor("#cccd2f")Accessibility — WCAG contrast
Aa
#cccd2f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd2f on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue18.4%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow77.1%
Key (black)19.6%
Color previews
#cccd2f text on a black background
contrast 12.34:1
Card sample
#cccd2f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd2f;
Background color
Panel with #cccd2f background
background-color: #cccd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd2f; background: linear-gradient(135deg, #cccd2f, #63CD2F);