#93ebaa
a light, vivid green · cool · closest name: aquamarine
RGB
147, 235, 170
HSL
136°, 69%, 75%
CMYK
37, 0, 28, 8
Luminance
0.6852
Every format
| HEX | #93ebaa |
| RGB | rgb(147, 235, 170) |
| HSL | hsl(136, 69%, 75%) |
| CMYK | cmyk(37%, 0%, 28%, 8%) |
| LAB | lab(86.3 -39.9 23.4) |
| LCH | lch(86.3 46.3 149.6) |
| OKLCH | oklch(0.868 0.124 151.4) |
Copy-ready code
/* CSS */
color: #93ebaa;
background-color: #93ebaa;
/* Tailwind (arbitrary) */
class="text-[#93ebaa] bg-[#93ebaa]"
/* SCSS */
$brand: #93ebaa;
/* SwiftUI */
Color(red: 0.576, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#93ebaa")Accessibility — WCAG contrast
Aa
#93ebaa on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93ebaa on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green92.2%
Blue66.7%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#93ebaa text on a black background
contrast 14.70:1
Card sample
#93ebaa text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93ebaa;
Background color
Panel with #93ebaa background
background-color: #93ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93ebaa; background: linear-gradient(135deg, #93ebaa, #93EBE5);