#c1f430
a balanced, electric green · cool · closest name: yellow
RGB
193, 244, 48
HSL
76°, 90%, 57%
CMYK
21, 0, 80, 4
Luminance
0.7625
Every format
| HEX | #c1f430 |
| RGB | rgb(193, 244, 48) |
| HSL | hsl(76, 90%, 57%) |
| CMYK | cmyk(21%, 0%, 80%, 4%) |
| LAB | lab(90.0 -40.5 80.3) |
| LCH | lch(90.0 89.9 116.7) |
| OKLCH | oklch(0.900 0.211 124.1) |
Copy-ready code
/* CSS */
color: #c1f430;
background-color: #c1f430;
/* Tailwind (arbitrary) */
class="text-[#c1f430] bg-[#c1f430]"
/* SCSS */
$brand: #c1f430;
/* SwiftUI */
Color(red: 0.757, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#c1f430")Accessibility — WCAG contrast
Aa
#c1f430 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1f430 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green95.7%
Blue18.8%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#c1f430 text on a black background
contrast 16.25:1
Card sample
#c1f430 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1f430;
Background color
Panel with #c1f430 background
background-color: #c1f430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1f430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1f430; background: linear-gradient(135deg, #c1f430, #3FF430);