#93fdba
a light, electric green · cool · closest name: aquamarine
RGB
147, 253, 186
HSL
142°, 96%, 78%
CMYK
42, 0, 27, 1
Luminance
0.8000
Every format
| HEX | #93fdba |
| RGB | rgb(147, 253, 186) |
| HSL | hsl(142, 96%, 78%) |
| CMYK | cmyk(42%, 0%, 27%, 1%) |
| LAB | lab(91.7 -44.9 22.7) |
| LCH | lch(91.7 50.3 153.2) |
| OKLCH | oklch(0.912 0.136 154.9) |
Copy-ready code
/* CSS */
color: #93fdba;
background-color: #93fdba;
/* Tailwind (arbitrary) */
class="text-[#93fdba] bg-[#93fdba]"
/* SCSS */
$brand: #93fdba;
/* SwiftUI */
Color(red: 0.576, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#93fdba")Accessibility — WCAG contrast
Aa
#93fdba on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93fdba on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green99.2%
Blue72.9%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#93fdba text on a black background
contrast 17.00:1
Card sample
#93fdba text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93fdba;
Background color
Panel with #93fdba background
background-color: #93fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93fdba; background: linear-gradient(135deg, #93fdba, #93F9FD);