#c2fc5f
a light, electric green · cool · closest name: yellow
RGB
194, 252, 95
HSL
82°, 96%, 68%
CMYK
23, 0, 62, 1
Luminance
0.8192
Every format
| HEX | #c2fc5f |
| RGB | rgb(194, 252, 95) |
| HSL | hsl(82, 96%, 68%) |
| CMYK | cmyk(23%, 0%, 62%, 1%) |
| LAB | lab(92.5 -41.0 67.1) |
| LCH | lch(92.5 78.7 121.4) |
| OKLCH | oklch(0.922 0.193 127.1) |
Copy-ready code
/* CSS */
color: #c2fc5f;
background-color: #c2fc5f;
/* Tailwind (arbitrary) */
class="text-[#c2fc5f] bg-[#c2fc5f]"
/* SCSS */
$brand: #c2fc5f;
/* SwiftUI */
Color(red: 0.761, green: 0.988, blue: 0.373)
/* Android */
Color.parseColor("#c2fc5f")Accessibility — WCAG contrast
Aa
#c2fc5f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fc5f on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.8%
Blue37.3%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow62.3%
Key (black)1.2%
Color previews
#c2fc5f text on a black background
contrast 17.38:1
Card sample
#c2fc5f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fc5f;
Background color
Panel with #c2fc5f background
background-color: #c2fc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 252, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 252, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fc5f; background: linear-gradient(135deg, #c2fc5f, #5FFC65);