#93f080
a light, electric green · cool · closest name: aquamarine
RGB
147, 240, 128
HSL
110°, 79%, 72%
CMYK
39, 0, 47, 6
Luminance
0.7008
Every format
| HEX | #93f080 |
| RGB | rgb(147, 240, 128) |
| HSL | hsl(110, 79%, 72%) |
| CMYK | cmyk(39%, 0%, 47%, 6%) |
| LAB | lab(87.0 -48.5 45.4) |
| LCH | lch(87.0 66.4 136.9) |
| OKLCH | oklch(0.872 0.172 140.3) |
Copy-ready code
/* CSS */
color: #93f080;
background-color: #93f080;
/* Tailwind (arbitrary) */
class="text-[#93f080] bg-[#93f080]"
/* SCSS */
$brand: #93f080;
/* SwiftUI */
Color(red: 0.576, green: 0.941, blue: 0.502)
/* Android */
Color.parseColor("#93f080")Accessibility — WCAG contrast
Aa
#93f080 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93f080 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green94.1%
Blue50.2%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow46.7%
Key (black)5.9%
Color previews
#93f080 text on a black background
contrast 15.02:1
Card sample
#93f080 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93f080;
Background color
Panel with #93f080 background
background-color: #93f080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93f080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 240, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 240, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93f080; background: linear-gradient(135deg, #93f080, #80F0B8);