#c2f545
a balanced, electric green · cool · closest name: yellow
RGB
194, 245, 69
HSL
77°, 90%, 62%
CMYK
21, 0, 72, 4
Luminance
0.7720
Every format
| HEX | #c2f545 |
| RGB | rgb(194, 245, 69) |
| HSL | hsl(77, 90%, 62%) |
| CMYK | cmyk(21%, 0%, 72%, 4%) |
| LAB | lab(90.4 -39.6 74.6) |
| LCH | lch(90.4 84.4 118.0) |
| OKLCH | oklch(0.904 0.202 124.6) |
Copy-ready code
/* CSS */
color: #c2f545;
background-color: #c2f545;
/* Tailwind (arbitrary) */
class="text-[#c2f545] bg-[#c2f545]"
/* SCSS */
$brand: #c2f545;
/* SwiftUI */
Color(red: 0.761, green: 0.961, blue: 0.271)
/* Android */
Color.parseColor("#c2f545")Accessibility — WCAG contrast
Aa
#c2f545 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f545 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.1%
Blue27.1%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow71.8%
Key (black)3.9%
Color previews
#c2f545 text on a black background
contrast 16.44:1
Card sample
#c2f545 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f545;
Background color
Panel with #c2f545 background
background-color: #c2f545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 245, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 245, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f545; background: linear-gradient(135deg, #c2f545, #4DF545);