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