#cfd02f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 208, 47
HSL
60°, 63%, 50%
CMYK
1, 0, 77, 18
Luminance
0.5858
Every format
| HEX | #cfd02f |
| RGB | rgb(207, 208, 47) |
| HSL | hsl(60, 63%, 50%) |
| CMYK | cmyk(1%, 0%, 77%, 18%) |
| LAB | lab(81.1 -18.0 73.0) |
| LCH | lch(81.1 75.2 103.8) |
| OKLCH | oklch(0.831 0.169 109.9) |
Copy-ready code
/* CSS */
color: #cfd02f;
background-color: #cfd02f;
/* Tailwind (arbitrary) */
class="text-[#cfd02f] bg-[#cfd02f]"
/* SCSS */
$brand: #cfd02f;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.184)
/* Android */
Color.parseColor("#cfd02f")Accessibility — WCAG contrast
Aa
#cfd02f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd02f on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue18.4%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow77.4%
Key (black)18.4%
Color previews
#cfd02f text on a black background
contrast 12.72:1
Card sample
#cfd02f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd02f;
Background color
Panel with #cfd02f background
background-color: #cfd02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd02f; background: linear-gradient(135deg, #cfd02f, #64D02F);