#91eb8d
a light, vivid green · cool · closest name: aquamarine
RGB
145, 235, 141
HSL
117°, 70%, 74%
CMYK
38, 0, 40, 8
Luminance
0.6736
Every format
| HEX | #91eb8d |
| RGB | rgb(145, 235, 141) |
| HSL | hsl(117, 70%, 74%) |
| CMYK | cmyk(38%, 0%, 40%, 8%) |
| LAB | lab(85.7 -45.2 37.3) |
| LCH | lch(85.7 58.6 140.4) |
| OKLCH | oklch(0.861 0.154 143.2) |
Copy-ready code
/* CSS */
color: #91eb8d;
background-color: #91eb8d;
/* Tailwind (arbitrary) */
class="text-[#91eb8d] bg-[#91eb8d]"
/* SCSS */
$brand: #91eb8d;
/* SwiftUI */
Color(red: 0.569, green: 0.922, blue: 0.553)
/* Android */
Color.parseColor("#91eb8d")Accessibility — WCAG contrast
Aa
#91eb8d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91eb8d on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green92.2%
Blue55.3%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow40.0%
Key (black)7.8%
Color previews
#91eb8d text on a black background
contrast 14.47:1
Card sample
#91eb8d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91eb8d;
Background color
Panel with #91eb8d background
background-color: #91eb8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91eb8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 235, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 235, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91eb8d; background: linear-gradient(135deg, #91eb8d, #8DEBC8);