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