#95f062
a light, electric green · cool · closest name: forestgreen
RGB
149, 240, 98
HSL
99°, 83%, 66%
CMYK
38, 0, 59, 6
Luminance
0.6959
Every format
| HEX | #95f062 |
| RGB | rgb(149, 240, 98) |
| HSL | hsl(99, 83%, 66%) |
| CMYK | cmyk(38%, 0%, 59%, 6%) |
| LAB | lab(86.8 -51.2 58.9) |
| LCH | lch(86.8 78.0 131.0) |
| OKLCH | oklch(0.869 0.198 135.9) |
Copy-ready code
/* CSS */
color: #95f062;
background-color: #95f062;
/* Tailwind (arbitrary) */
class="text-[#95f062] bg-[#95f062]"
/* SCSS */
$brand: #95f062;
/* SwiftUI */
Color(red: 0.584, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#95f062")Accessibility — WCAG contrast
Aa
#95f062 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95f062 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green94.1%
Blue38.4%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#95f062 text on a black background
contrast 14.92:1
Card sample
#95f062 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95f062;
Background color
Panel with #95f062 background
background-color: #95f062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95f062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95f062; background: linear-gradient(135deg, #95f062, #62F08E);