#1cf465
a balanced, electric green · cool · closest name: lime
RGB
28, 244, 101
HSL
140°, 91%, 53%
CMYK
89, 0, 59, 4
Luminance
0.6589
Every format
| HEX | #1cf465 |
| RGB | rgb(28, 244, 101) |
| HSL | hsl(140, 91%, 53%) |
| CMYK | cmyk(89%, 0%, 59%, 4%) |
| LAB | lab(84.9 -76.1 54.6) |
| LCH | lch(84.9 93.7 144.3) |
| OKLCH | oklch(0.845 0.241 147.7) |
Copy-ready code
/* CSS */
color: #1cf465;
background-color: #1cf465;
/* Tailwind (arbitrary) */
class="text-[#1cf465] bg-[#1cf465]"
/* SCSS */
$brand: #1cf465;
/* SwiftUI */
Color(red: 0.110, green: 0.957, blue: 0.396)
/* Android */
Color.parseColor("#1cf465")Accessibility — WCAG contrast
Aa
#1cf465 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cf465 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green95.7%
Blue39.6%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow58.6%
Key (black)4.3%
Color previews
#1cf465 text on a black background
contrast 14.18:1
Card sample
#1cf465 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cf465;
Background color
Panel with #1cf465 background
background-color: #1cf465;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cf465;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 244, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 244, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cf465; background: linear-gradient(135deg, #1cf465, #1CF3F4);