#cfcc0c
a dark, electric yellow · cool · closest name: gold
RGB
207, 204, 12
HSL
59°, 89%, 43%
CMYK
0, 1, 94, 19
Luminance
0.5648
Every format
| HEX | #cfcc0c |
| RGB | rgb(207, 204, 12) |
| HSL | hsl(59, 89%, 43%) |
| CMYK | cmyk(0%, 1%, 94%, 19%) |
| LAB | lab(79.9 -16.8 79.0) |
| LCH | lch(79.9 80.8 102.0) |
| OKLCH | oklch(0.821 0.176 108.6) |
Copy-ready code
/* CSS */
color: #cfcc0c;
background-color: #cfcc0c;
/* Tailwind (arbitrary) */
class="text-[#cfcc0c] bg-[#cfcc0c]"
/* SCSS */
$brand: #cfcc0c;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.047)
/* Android */
Color.parseColor("#cfcc0c")Accessibility — WCAG contrast
Aa
#cfcc0c on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc0c on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow94.2%
Key (black)18.8%
Color previews
#cfcc0c text on a black background
contrast 12.30:1
Card sample
#cfcc0c text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc0c;
Background color
Panel with #cfcc0c background
background-color: #cfcc0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc0c; background: linear-gradient(135deg, #cfcc0c, #50CF0C);