#95ebaa
a light, vivid green · cool · closest name: aquamarine
RGB
149, 235, 170
HSL
135°, 68%, 75%
CMYK
37, 0, 28, 8
Luminance
0.6871
Every format
| HEX | #95ebaa |
| RGB | rgb(149, 235, 170) |
| HSL | hsl(135, 68%, 75%) |
| CMYK | cmyk(37%, 0%, 28%, 8%) |
| LAB | lab(86.4 -39.3 23.6) |
| LCH | lch(86.4 45.8 149.1) |
| OKLCH | oklch(0.869 0.123 150.9) |
Copy-ready code
/* CSS */
color: #95ebaa;
background-color: #95ebaa;
/* Tailwind (arbitrary) */
class="text-[#95ebaa] bg-[#95ebaa]"
/* SCSS */
$brand: #95ebaa;
/* SwiftUI */
Color(red: 0.584, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#95ebaa")Accessibility — WCAG contrast
Aa
#95ebaa on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ebaa on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green92.2%
Blue66.7%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#95ebaa text on a black background
contrast 14.74:1
Card sample
#95ebaa text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ebaa;
Background color
Panel with #95ebaa background
background-color: #95ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ebaa; background: linear-gradient(135deg, #95ebaa, #95EBE3);