#cfcc2c
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 204, 44
HSL
59°, 65%, 49%
CMYK
0, 1, 79, 19
Luminance
0.5663
Every format
| HEX | #cfcc2c |
| RGB | rgb(207, 204, 44) |
| HSL | hsl(59, 65%, 49%) |
| CMYK | cmyk(0%, 1%, 79%, 19%) |
| LAB | lab(80.0 -16.1 72.9) |
| LCH | lch(80.0 74.7 102.5) |
| OKLCH | oklch(0.822 0.167 108.4) |
Copy-ready code
/* CSS */
color: #cfcc2c;
background-color: #cfcc2c;
/* Tailwind (arbitrary) */
class="text-[#cfcc2c] bg-[#cfcc2c]"
/* SCSS */
$brand: #cfcc2c;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.173)
/* Android */
Color.parseColor("#cfcc2c")Accessibility — WCAG contrast
Aa
#cfcc2c on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc2c on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow78.7%
Key (black)18.8%
Color previews
#cfcc2c text on a black background
contrast 12.33:1
Card sample
#cfcc2c text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc2c;
Background color
Panel with #cfcc2c background
background-color: #cfcc2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc2c; background: linear-gradient(135deg, #cfcc2c, #65CF2C);