#91ee96
a light, vivid green · cool · closest name: aquamarine
RGB
145, 238, 150
HSL
123°, 73%, 75%
CMYK
39, 0, 37, 7
Luminance
0.6937
Every format
| HEX | #91ee96 |
| RGB | rgb(145, 238, 150) |
| HSL | hsl(123, 73%, 75%) |
| CMYK | cmyk(39%, 0%, 37%, 7%) |
| LAB | lab(86.7 -45.1 34.1) |
| LCH | lch(86.7 56.6 142.9) |
| OKLCH | oklch(0.870 0.149 145.3) |
Copy-ready code
/* CSS */
color: #91ee96;
background-color: #91ee96;
/* Tailwind (arbitrary) */
class="text-[#91ee96] bg-[#91ee96]"
/* SCSS */
$brand: #91ee96;
/* SwiftUI */
Color(red: 0.569, green: 0.933, blue: 0.588)
/* Android */
Color.parseColor("#91ee96")Accessibility — WCAG contrast
Aa
#91ee96 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ee96 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green93.3%
Blue58.8%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow37.0%
Key (black)6.7%
Color previews
#91ee96 text on a black background
contrast 14.87:1
Card sample
#91ee96 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ee96;
Background color
Panel with #91ee96 background
background-color: #91ee96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ee96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 238, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 238, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ee96; background: linear-gradient(135deg, #91ee96, #91EED4);