#91eea1
a light, vivid green · cool · closest name: aquamarine
RGB
145, 238, 161
HSL
130°, 73%, 75%
CMYK
39, 0, 32, 7
Luminance
0.6974
Every format
| HEX | #91eea1 |
| RGB | rgb(145, 238, 161) |
| HSL | hsl(130, 73%, 75%) |
| CMYK | cmyk(39%, 0%, 32%, 7%) |
| LAB | lab(86.9 -43.4 28.8) |
| LCH | lch(86.9 52.1 146.4) |
| OKLCH | oklch(0.872 0.139 148.5) |
Copy-ready code
/* CSS */
color: #91eea1;
background-color: #91eea1;
/* Tailwind (arbitrary) */
class="text-[#91eea1] bg-[#91eea1]"
/* SCSS */
$brand: #91eea1;
/* SwiftUI */
Color(red: 0.569, green: 0.933, blue: 0.631)
/* Android */
Color.parseColor("#91eea1")Accessibility — WCAG contrast
Aa
#91eea1 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91eea1 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green93.3%
Blue63.1%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow32.4%
Key (black)6.7%
Color previews
#91eea1 text on a black background
contrast 14.95:1
Card sample
#91eea1 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91eea1;
Background color
Panel with #91eea1 background
background-color: #91eea1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91eea1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 238, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 238, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91eea1; background: linear-gradient(135deg, #91eea1, #91EEDF);