#cfd02c
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 208, 44
HSL
60°, 65%, 49%
CMYK
1, 0, 79, 18
Luminance
0.5856
Every format
| HEX | #cfd02c |
| RGB | rgb(207, 208, 44) |
| HSL | hsl(60, 65%, 49%) |
| CMYK | cmyk(1%, 0%, 79%, 18%) |
| LAB | lab(81.0 -18.1 73.8) |
| LCH | lch(81.0 76.0 103.8) |
| OKLCH | oklch(0.830 0.170 110.0) |
Copy-ready code
/* CSS */
color: #cfd02c;
background-color: #cfd02c;
/* Tailwind (arbitrary) */
class="text-[#cfd02c] bg-[#cfd02c]"
/* SCSS */
$brand: #cfd02c;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.173)
/* Android */
Color.parseColor("#cfd02c")Accessibility — WCAG contrast
Aa
#cfd02c on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd02c on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue17.3%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow78.8%
Key (black)18.4%
Color previews
#cfd02c text on a black background
contrast 12.71:1
Card sample
#cfd02c text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd02c;
Background color
Panel with #cfd02c background
background-color: #cfd02c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd02c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd02c; background: linear-gradient(135deg, #cfd02c, #62D02C);