#1cdf85
a balanced, electric green · cool · closest name: aquamarine
RGB
28, 223, 133
HSL
152°, 78%, 49%
CMYK
87, 0, 40, 13
Luminance
0.5472
Every format
| HEX | #1cdf85 |
| RGB | rgb(28, 223, 133) |
| HSL | hsl(152, 78%, 49%) |
| CMYK | cmyk(87%, 0%, 40%, 13%) |
| LAB | lab(78.9 -64.4 31.9) |
| LCH | lch(78.9 71.8 153.7) |
| OKLCH | oklch(0.796 0.191 155.4) |
Copy-ready code
/* CSS */
color: #1cdf85;
background-color: #1cdf85;
/* Tailwind (arbitrary) */
class="text-[#1cdf85] bg-[#1cdf85]"
/* SCSS */
$brand: #1cdf85;
/* SwiftUI */
Color(red: 0.110, green: 0.875, blue: 0.522)
/* Android */
Color.parseColor("#1cdf85")Accessibility — WCAG contrast
Aa
#1cdf85 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cdf85 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green87.5%
Blue52.2%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow40.4%
Key (black)12.5%
Color previews
#1cdf85 text on a black background
contrast 11.94:1
Card sample
#1cdf85 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cdf85;
Background color
Panel with #1cdf85 background
background-color: #1cdf85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cdf85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 223, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 223, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cdf85; background: linear-gradient(135deg, #1cdf85, #1CB7DF);