#c0d52f
a balanced, vivid yellow · cool · closest name: yellow
RGB
192, 213, 47
HSL
68°, 66%, 51%
CMYK
10, 0, 78, 17
Luminance
0.5900
Every format
| HEX | #c0d52f |
| RGB | rgb(192, 213, 47) |
| HSL | hsl(68, 66%, 51%) |
| CMYK | cmyk(10%, 0%, 78%, 17%) |
| LAB | lab(81.3 -26.7 72.8) |
| LCH | lch(81.3 77.5 110.1) |
| OKLCH | oklch(0.830 0.178 117.0) |
Copy-ready code
/* CSS */
color: #c0d52f;
background-color: #c0d52f;
/* Tailwind (arbitrary) */
class="text-[#c0d52f] bg-[#c0d52f]"
/* SCSS */
$brand: #c0d52f;
/* SwiftUI */
Color(red: 0.753, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#c0d52f")Accessibility — WCAG contrast
Aa
#c0d52f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d52f on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green83.5%
Blue18.4%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow77.9%
Key (black)16.5%
Color previews
#c0d52f text on a black background
contrast 12.80:1
Card sample
#c0d52f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d52f;
Background color
Panel with #c0d52f background
background-color: #c0d52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d52f; background: linear-gradient(135deg, #c0d52f, #51D52F);