#c3fd28
a balanced, electric green · cool · closest name: yellow
RGB
195, 253, 40
HSL
76°, 98%, 58%
CMYK
23, 0, 84, 1
Luminance
0.8201
Every format
| HEX | #c3fd28 |
| RGB | rgb(195, 253, 40) |
| HSL | hsl(76, 98%, 58%) |
| CMYK | cmyk(23%, 0%, 84%, 1%) |
| LAB | lab(92.6 -43.9 84.4) |
| LCH | lch(92.6 95.1 117.5) |
| OKLCH | oklch(0.921 0.223 125.1) |
Copy-ready code
/* CSS */
color: #c3fd28;
background-color: #c3fd28;
/* Tailwind (arbitrary) */
class="text-[#c3fd28] bg-[#c3fd28]"
/* SCSS */
$brand: #c3fd28;
/* SwiftUI */
Color(red: 0.765, green: 0.992, blue: 0.157)
/* Android */
Color.parseColor("#c3fd28")Accessibility — WCAG contrast
Aa
#c3fd28 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fd28 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green99.2%
Blue15.7%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow84.2%
Key (black)0.8%
Color previews
#c3fd28 text on a black background
contrast 17.40:1
Card sample
#c3fd28 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fd28;
Background color
Panel with #c3fd28 background
background-color: #c3fd28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fd28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 253, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 253, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fd28; background: linear-gradient(135deg, #c3fd28, #35FD28);