#95ffba
a light, electric green · cool · closest name: aquamarine
RGB
149, 255, 186
HSL
141°, 100%, 79%
CMYK
42, 0, 27, 0
Luminance
0.8145
Every format
| HEX | #95ffba |
| RGB | rgb(149, 255, 186) |
| HSL | hsl(141, 100%, 79%) |
| CMYK | cmyk(42%, 0%, 27%, 0%) |
| LAB | lab(92.3 -45.3 23.6) |
| LCH | lch(92.3 51.0 152.5) |
| OKLCH | oklch(0.918 0.138 154.2) |
Copy-ready code
/* CSS */
color: #95ffba;
background-color: #95ffba;
/* Tailwind (arbitrary) */
class="text-[#95ffba] bg-[#95ffba]"
/* SCSS */
$brand: #95ffba;
/* SwiftUI */
Color(red: 0.584, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#95ffba")Accessibility — WCAG contrast
Aa
#95ffba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ffba on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green100.0%
Blue72.9%
CMYK percentages
Cyan41.6%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#95ffba text on a black background
contrast 17.29:1
Card sample
#95ffba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ffba;
Background color
Panel with #95ffba background
background-color: #95ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ffba; background: linear-gradient(135deg, #95ffba, #95FDFF);