#95ecba
a light, vivid green · cool · closest name: aquamarine
RGB
149, 236, 186
HSL
146°, 70%, 76%
CMYK
37, 0, 21, 8
Luminance
0.6993
Every format
| HEX | #95ecba |
| RGB | rgb(149, 236, 186) |
| HSL | hsl(146, 70%, 76%) |
| CMYK | cmyk(37%, 0%, 21%, 8%) |
| LAB | lab(87.0 -36.8 16.1) |
| LCH | lch(87.0 40.2 156.4) |
| OKLCH | oklch(0.874 0.110 157.9) |
Copy-ready code
/* CSS */
color: #95ecba;
background-color: #95ecba;
/* Tailwind (arbitrary) */
class="text-[#95ecba] bg-[#95ecba]"
/* SCSS */
$brand: #95ecba;
/* SwiftUI */
Color(red: 0.584, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#95ecba")Accessibility — WCAG contrast
Aa
#95ecba on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ecba on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green92.5%
Blue72.9%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#95ecba text on a black background
contrast 14.99:1
Card sample
#95ecba text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ecba;
Background color
Panel with #95ecba background
background-color: #95ecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ecba; background: linear-gradient(135deg, #95ecba, #95E4EC);