#95f372
a light, electric green · cool · closest name: forestgreen
RGB
149, 243, 114
HSL
104°, 84%, 70%
CMYK
39, 0, 53, 5
Luminance
0.7171
Every format
| HEX | #95f372 |
| RGB | rgb(149, 243, 114) |
| HSL | hsl(104, 84%, 70%) |
| CMYK | cmyk(39%, 0%, 53%, 5%) |
| LAB | lab(87.8 -50.8 53.0) |
| LCH | lch(87.8 73.4 133.8) |
| OKLCH | oklch(0.878 0.188 137.9) |
Copy-ready code
/* CSS */
color: #95f372;
background-color: #95f372;
/* Tailwind (arbitrary) */
class="text-[#95f372] bg-[#95f372]"
/* SCSS */
$brand: #95f372;
/* SwiftUI */
Color(red: 0.584, green: 0.953, blue: 0.447)
/* Android */
Color.parseColor("#95f372")Accessibility — WCAG contrast
Aa
#95f372 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95f372 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green95.3%
Blue44.7%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow53.1%
Key (black)4.7%
Color previews
#95f372 text on a black background
contrast 15.34:1
Card sample
#95f372 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95f372;
Background color
Panel with #95f372 background
background-color: #95f372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95f372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 243, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 243, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95f372; background: linear-gradient(135deg, #95f372, #72F3A5);