#cfd73c
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 215, 60
HSL
63°, 66%, 54%
CMYK
4, 0, 72, 16
Luminance
0.6219
Every format
| HEX | #cfd73c |
| RGB | rgb(207, 215, 60) |
| HSL | hsl(63, 66%, 54%) |
| CMYK | cmyk(4%, 0%, 72%, 16%) |
| LAB | lab(83.0 -20.9 70.7) |
| LCH | lch(83.0 73.8 106.5) |
| OKLCH | oklch(0.846 0.169 112.5) |
Copy-ready code
/* CSS */
color: #cfd73c;
background-color: #cfd73c;
/* Tailwind (arbitrary) */
class="text-[#cfd73c] bg-[#cfd73c]"
/* SCSS */
$brand: #cfd73c;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.235)
/* Android */
Color.parseColor("#cfd73c")Accessibility — WCAG contrast
Aa
#cfd73c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd73c on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue23.5%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow72.1%
Key (black)15.7%
Color previews
#cfd73c text on a black background
contrast 13.44:1
Card sample
#cfd73c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd73c;
Background color
Panel with #cfd73c background
background-color: #cfd73c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd73c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd73c; background: linear-gradient(135deg, #cfd73c, #68D73C);