#c3f44f
a balanced, electric green · cool · closest name: yellow
RGB
195, 244, 79
HSL
78°, 88%, 63%
CMYK
20, 0, 68, 4
Luminance
0.7687
Every format
| HEX | #c3f44f |
| RGB | rgb(195, 244, 79) |
| HSL | hsl(78, 88%, 63%) |
| CMYK | cmyk(20%, 0%, 68%, 4%) |
| LAB | lab(90.3 -38.2 70.9) |
| LCH | lch(90.3 80.5 118.3) |
| OKLCH | oklch(0.903 0.194 124.6) |
Copy-ready code
/* CSS */
color: #c3f44f;
background-color: #c3f44f;
/* Tailwind (arbitrary) */
class="text-[#c3f44f] bg-[#c3f44f]"
/* SCSS */
$brand: #c3f44f;
/* SwiftUI */
Color(red: 0.765, green: 0.957, blue: 0.310)
/* Android */
Color.parseColor("#c3f44f")Accessibility — WCAG contrast
Aa
#c3f44f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f44f on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green95.7%
Blue31.0%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow67.6%
Key (black)4.3%
Color previews
#c3f44f text on a black background
contrast 16.37:1
Card sample
#c3f44f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f44f;
Background color
Panel with #c3f44f background
background-color: #c3f44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 244, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 244, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f44f; background: linear-gradient(135deg, #c3f44f, #55F44F);