#95f78d
a light, electric green · cool · closest name: aquamarine
RGB
149, 247, 141
HSL
116°, 87%, 76%
CMYK
40, 0, 43, 3
Luminance
0.7483
Every format
| HEX | #95f78d |
| RGB | rgb(149, 247, 141) |
| HSL | hsl(116, 87%, 76%) |
| CMYK | cmyk(40%, 0%, 43%, 3%) |
| LAB | lab(89.3 -49.1 42.0) |
| LCH | lch(89.3 64.6 139.4) |
| OKLCH | oklch(0.891 0.169 142.4) |
Copy-ready code
/* CSS */
color: #95f78d;
background-color: #95f78d;
/* Tailwind (arbitrary) */
class="text-[#95f78d] bg-[#95f78d]"
/* SCSS */
$brand: #95f78d;
/* SwiftUI */
Color(red: 0.584, green: 0.969, blue: 0.553)
/* Android */
Color.parseColor("#95f78d")Accessibility — WCAG contrast
Aa
#95f78d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95f78d on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green96.9%
Blue55.3%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow42.9%
Key (black)3.1%
Color previews
#95f78d text on a black background
contrast 15.97:1
Card sample
#95f78d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95f78d;
Background color
Panel with #95f78d background
background-color: #95f78d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95f78d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 247, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 247, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95f78d; background: linear-gradient(135deg, #95f78d, #8DF7CC);