#95fd7c
a light, electric green · cool · closest name: forestgreen
RGB
149, 253, 124
HSL
108°, 97%, 74%
CMYK
41, 0, 51, 1
Luminance
0.7810
Every format
| HEX | #95fd7c |
| RGB | rgb(149, 253, 124) |
| HSL | hsl(108, 97%, 74%) |
| CMYK | cmyk(41%, 0%, 51%, 1%) |
| LAB | lab(90.8 -53.7 52.0) |
| LCH | lch(90.8 74.8 135.9) |
| OKLCH | oklch(0.903 0.193 139.8) |
Copy-ready code
/* CSS */
color: #95fd7c;
background-color: #95fd7c;
/* Tailwind (arbitrary) */
class="text-[#95fd7c] bg-[#95fd7c]"
/* SCSS */
$brand: #95fd7c;
/* SwiftUI */
Color(red: 0.584, green: 0.992, blue: 0.486)
/* Android */
Color.parseColor("#95fd7c")Accessibility — WCAG contrast
Aa
#95fd7c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95fd7c on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green99.2%
Blue48.6%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow51.0%
Key (black)0.8%
Color previews
#95fd7c text on a black background
contrast 16.62:1
Card sample
#95fd7c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95fd7c;
Background color
Panel with #95fd7c background
background-color: #95fd7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95fd7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 253, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 253, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95fd7c; background: linear-gradient(135deg, #95fd7c, #7CFDB9);