#30ec8c
a balanced, electric green · cool · closest name: aquamarine
RGB
48, 236, 140
HSL
149°, 83%, 56%
CMYK
80, 0, 41, 8
Luminance
0.6251
Every format
| HEX | #30ec8c |
| RGB | rgb(48, 236, 140) |
| HSL | hsl(149, 83%, 56%) |
| CMYK | cmyk(80%, 0%, 41%, 8%) |
| LAB | lab(83.2 -65.9 34.0) |
| LCH | lch(83.2 74.2 152.7) |
| OKLCH | oklch(0.833 0.197 154.5) |
Copy-ready code
/* CSS */
color: #30ec8c;
background-color: #30ec8c;
/* Tailwind (arbitrary) */
class="text-[#30ec8c] bg-[#30ec8c]"
/* SCSS */
$brand: #30ec8c;
/* SwiftUI */
Color(red: 0.188, green: 0.925, blue: 0.549)
/* Android */
Color.parseColor("#30ec8c")Accessibility — WCAG contrast
Aa
#30ec8c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ec8c on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green92.5%
Blue54.9%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow40.7%
Key (black)7.5%
Color previews
#30ec8c text on a black background
contrast 13.50:1
Card sample
#30ec8c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ec8c;
Background color
Panel with #30ec8c background
background-color: #30ec8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ec8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 236, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 236, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ec8c; background: linear-gradient(135deg, #30ec8c, #30CFEC);