#c0fd4f
a light, electric green · cool · closest name: yellow
RGB
192, 253, 79
HSL
81°, 98%, 65%
CMYK
24, 0, 69, 1
Luminance
0.8202
Every format
| HEX | #c0fd4f |
| RGB | rgb(192, 253, 79) |
| HSL | hsl(81, 98%, 65%) |
| CMYK | cmyk(24%, 0%, 69%, 1%) |
| LAB | lab(92.6 -43.3 73.2) |
| LCH | lch(92.6 85.1 120.6) |
| OKLCH | oklch(0.921 0.206 126.9) |
Copy-ready code
/* CSS */
color: #c0fd4f;
background-color: #c0fd4f;
/* Tailwind (arbitrary) */
class="text-[#c0fd4f] bg-[#c0fd4f]"
/* SCSS */
$brand: #c0fd4f;
/* SwiftUI */
Color(red: 0.753, green: 0.992, blue: 0.310)
/* Android */
Color.parseColor("#c0fd4f")Accessibility — WCAG contrast
Aa
#c0fd4f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fd4f on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green99.2%
Blue31.0%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow68.8%
Key (black)0.8%
Color previews
#c0fd4f text on a black background
contrast 17.40:1
Card sample
#c0fd4f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fd4f;
Background color
Panel with #c0fd4f background
background-color: #c0fd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 253, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 253, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fd4f; background: linear-gradient(135deg, #c0fd4f, #4FFD52);