#95df7c
a light, vivid green · cool · closest name: olivedrab
RGB
149, 223, 124
HSL
105°, 61%, 68%
CMYK
33, 0, 44, 13
Luminance
0.6062
Every format
| HEX | #95df7c |
| RGB | rgb(149, 223, 124) |
| HSL | hsl(105, 61%, 68%) |
| CMYK | cmyk(33%, 0%, 44%, 13%) |
| LAB | lab(82.2 -41.1 41.3) |
| LCH | lch(82.2 58.2 134.8) |
| OKLCH | oklch(0.832 0.151 138.2) |
Copy-ready code
/* CSS */
color: #95df7c;
background-color: #95df7c;
/* Tailwind (arbitrary) */
class="text-[#95df7c] bg-[#95df7c]"
/* SCSS */
$brand: #95df7c;
/* SwiftUI */
Color(red: 0.584, green: 0.875, blue: 0.486)
/* Android */
Color.parseColor("#95df7c")Accessibility — WCAG contrast
Aa
#95df7c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95df7c on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green87.5%
Blue48.6%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow44.4%
Key (black)12.5%
Color previews
#95df7c text on a black background
contrast 13.12:1
Card sample
#95df7c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95df7c;
Background color
Panel with #95df7c background
background-color: #95df7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95df7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 223, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 223, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95df7c; background: linear-gradient(135deg, #95df7c, #7CDFA5);