#91ff8f
a light, electric green · cool · closest name: aquamarine
RGB
145, 255, 143
HSL
119°, 100%, 78%
CMYK
43, 0, 44, 0
Luminance
0.7952
Every format
| HEX | #91ff8f |
| RGB | rgb(145, 255, 143) |
| HSL | hsl(119, 100%, 78%) |
| CMYK | cmyk(43%, 0%, 44%, 0%) |
| LAB | lab(91.5 -53.3 43.8) |
| LCH | lch(91.5 68.9 140.6) |
| OKLCH | oklch(0.908 0.180 143.6) |
Copy-ready code
/* CSS */
color: #91ff8f;
background-color: #91ff8f;
/* Tailwind (arbitrary) */
class="text-[#91ff8f] bg-[#91ff8f]"
/* SCSS */
$brand: #91ff8f;
/* SwiftUI */
Color(red: 0.569, green: 1.000, blue: 0.561)
/* Android */
Color.parseColor("#91ff8f")Accessibility — WCAG contrast
Aa
#91ff8f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ff8f on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green100.0%
Blue56.1%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow43.9%
Key (black)0.0%
Color previews
#91ff8f text on a black background
contrast 16.90:1
Card sample
#91ff8f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ff8f;
Background color
Panel with #91ff8f background
background-color: #91ff8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ff8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 255, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 255, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ff8f; background: linear-gradient(135deg, #91ff8f, #8FFFD8);