#c2fd62
a light, electric green · cool · closest name: yellow
RGB
194, 253, 98
HSL
83°, 98%, 69%
CMYK
23, 0, 61, 1
Luminance
0.8260
Every format
| HEX | #c2fd62 |
| RGB | rgb(194, 253, 98) |
| HSL | hsl(83, 98%, 69%) |
| CMYK | cmyk(23%, 0%, 61%, 1%) |
| LAB | lab(92.8 -41.2 66.2) |
| LCH | lch(92.8 78.0 121.9) |
| OKLCH | oklch(0.924 0.192 127.5) |
Copy-ready code
/* CSS */
color: #c2fd62;
background-color: #c2fd62;
/* Tailwind (arbitrary) */
class="text-[#c2fd62] bg-[#c2fd62]"
/* SCSS */
$brand: #c2fd62;
/* SwiftUI */
Color(red: 0.761, green: 0.992, blue: 0.384)
/* Android */
Color.parseColor("#c2fd62")Accessibility — WCAG contrast
Aa
#c2fd62 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fd62 on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green99.2%
Blue38.4%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow61.3%
Key (black)0.8%
Color previews
#c2fd62 text on a black background
contrast 17.52:1
Card sample
#c2fd62 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fd62;
Background color
Panel with #c2fd62 background
background-color: #c2fd62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fd62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 253, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 253, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fd62; background: linear-gradient(135deg, #c2fd62, #62FD69);