#91f466
a light, electric green · cool · closest name: forestgreen
RGB
145, 244, 102
HSL
102°, 87%, 68%
CMYK
41, 0, 58, 4
Luminance
0.7168
Every format
| HEX | #91f466 |
| RGB | rgb(145, 244, 102) |
| HSL | hsl(102, 87%, 68%) |
| CMYK | cmyk(41%, 0%, 58%, 4%) |
| LAB | lab(87.8 -53.7 58.3) |
| LCH | lch(87.8 79.2 132.7) |
| OKLCH | oklch(0.877 0.201 137.3) |
Copy-ready code
/* CSS */
color: #91f466;
background-color: #91f466;
/* Tailwind (arbitrary) */
class="text-[#91f466] bg-[#91f466]"
/* SCSS */
$brand: #91f466;
/* SwiftUI */
Color(red: 0.569, green: 0.957, blue: 0.400)
/* Android */
Color.parseColor("#91f466")Accessibility — WCAG contrast
Aa
#91f466 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91f466 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green95.7%
Blue40.0%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow58.2%
Key (black)4.3%
Color previews
#91f466 text on a black background
contrast 15.34:1
Card sample
#91f466 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91f466;
Background color
Panel with #91f466 background
background-color: #91f466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91f466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 244, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 244, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91f466; background: linear-gradient(135deg, #91f466, #66F499);