#95fda2
a light, electric green · cool · closest name: aquamarine
RGB
149, 253, 162
HSL
128°, 96%, 79%
CMYK
41, 0, 36, 1
Luminance
0.7925
Every format
| HEX | #95fda2 |
| RGB | rgb(149, 253, 162) |
| HSL | hsl(128, 96%, 79%) |
| CMYK | cmyk(41%, 0%, 36%, 1%) |
| LAB | lab(91.3 -48.5 34.3) |
| LCH | lch(91.3 59.4 144.7) |
| OKLCH | oklch(0.908 0.157 147.0) |
Copy-ready code
/* CSS */
color: #95fda2;
background-color: #95fda2;
/* Tailwind (arbitrary) */
class="text-[#95fda2] bg-[#95fda2]"
/* SCSS */
$brand: #95fda2;
/* SwiftUI */
Color(red: 0.584, green: 0.992, blue: 0.635)
/* Android */
Color.parseColor("#95fda2")Accessibility — WCAG contrast
Aa
#95fda2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95fda2 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green99.2%
Blue63.5%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow36.0%
Key (black)0.8%
Color previews
#95fda2 text on a black background
contrast 16.85:1
Card sample
#95fda2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95fda2;
Background color
Panel with #95fda2 background
background-color: #95fda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95fda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 253, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 253, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95fda2; background: linear-gradient(135deg, #95fda2, #95FDE7);