#91f0af
a light, electric green · cool · closest name: aquamarine
RGB
145, 240, 175
HSL
139°, 76%, 76%
CMYK
40, 0, 27, 6
Luminance
0.7144
Every format
| HEX | #91f0af |
| RGB | rgb(145, 240, 175) |
| HSL | hsl(139, 76%, 76%) |
| CMYK | cmyk(40%, 0%, 27%, 6%) |
| LAB | lab(87.7 -41.8 22.8) |
| LCH | lch(87.7 47.6 151.4) |
| OKLCH | oklch(0.879 0.128 153.2) |
Copy-ready code
/* CSS */
color: #91f0af;
background-color: #91f0af;
/* Tailwind (arbitrary) */
class="text-[#91f0af] bg-[#91f0af]"
/* SCSS */
$brand: #91f0af;
/* SwiftUI */
Color(red: 0.569, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#91f0af")Accessibility — WCAG contrast
Aa
#91f0af on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91f0af on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green94.1%
Blue68.6%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow27.1%
Key (black)5.9%
Color previews
#91f0af text on a black background
contrast 15.29:1
Card sample
#91f0af text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91f0af;
Background color
Panel with #91f0af background
background-color: #91f0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91f0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91f0af; background: linear-gradient(135deg, #91f0af, #91F0EE);