#95c992
a light, soft green · cool · closest name: aquamarine
RGB
149, 201, 146
HSL
117°, 34%, 68%
CMYK
26, 0, 27, 21
Luminance
0.5024
Every format
| HEX | #95c992 |
| RGB | rgb(149, 201, 146) |
| HSL | hsl(117, 34%, 68%) |
| CMYK | cmyk(26%, 0%, 27%, 21%) |
| LAB | lab(76.2 -27.6 22.2) |
| LCH | lch(76.2 35.4 141.3) |
| OKLCH | oklch(0.785 0.094 143.3) |
Copy-ready code
/* CSS */
color: #95c992;
background-color: #95c992;
/* Tailwind (arbitrary) */
class="text-[#95c992] bg-[#95c992]"
/* SCSS */
$brand: #95c992;
/* SwiftUI */
Color(red: 0.584, green: 0.788, blue: 0.573)
/* Android */
Color.parseColor("#95c992")Accessibility — WCAG contrast
Aa
#95c992 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95c992 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green78.8%
Blue57.3%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow27.4%
Key (black)21.2%
Color previews
#95c992 text on a black background
contrast 11.05:1
Card sample
#95c992 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95c992;
Background color
Panel with #95c992 background
background-color: #95c992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95c992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 201, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 201, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95c992; background: linear-gradient(135deg, #95c992, #92C9B4);