#91eeac
a light, vivid green · cool · closest name: aquamarine
RGB
145, 238, 172
HSL
137°, 73%, 75%
CMYK
39, 0, 28, 7
Luminance
0.7015
Every format
| HEX | #91eeac |
| RGB | rgb(145, 238, 172) |
| HSL | hsl(137, 73%, 75%) |
| CMYK | cmyk(39%, 0%, 28%, 7%) |
| LAB | lab(87.1 -41.5 23.5) |
| LCH | lch(87.1 47.6 150.5) |
| OKLCH | oklch(0.874 0.128 152.3) |
Copy-ready code
/* CSS */
color: #91eeac;
background-color: #91eeac;
/* Tailwind (arbitrary) */
class="text-[#91eeac] bg-[#91eeac]"
/* SCSS */
$brand: #91eeac;
/* SwiftUI */
Color(red: 0.569, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#91eeac")Accessibility — WCAG contrast
Aa
#91eeac on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91eeac on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green93.3%
Blue67.5%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#91eeac text on a black background
contrast 15.03:1
Card sample
#91eeac text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91eeac;
Background color
Panel with #91eeac background
background-color: #91eeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91eeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91eeac; background: linear-gradient(135deg, #91eeac, #91EEEA);