#95ecce
a light, vivid green · cool · closest name: aquamarine
RGB
149, 236, 206
HSL
159°, 70%, 76%
CMYK
37, 0, 13, 8
Luminance
0.7084
Every format
| HEX | #95ecce |
| RGB | rgb(149, 236, 206) |
| HSL | hsl(159, 70%, 76%) |
| CMYK | cmyk(37%, 0%, 13%, 8%) |
| LAB | lab(87.4 -32.8 6.3) |
| LCH | lch(87.4 33.4 169.1) |
| OKLCH | oklch(0.879 0.095 170.2) |
Copy-ready code
/* CSS */
color: #95ecce;
background-color: #95ecce;
/* Tailwind (arbitrary) */
class="text-[#95ecce] bg-[#95ecce]"
/* SCSS */
$brand: #95ecce;
/* SwiftUI */
Color(red: 0.584, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#95ecce")Accessibility — WCAG contrast
Aa
#95ecce on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ecce on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green92.5%
Blue80.8%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#95ecce text on a black background
contrast 15.17:1
Card sample
#95ecce text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ecce;
Background color
Panel with #95ecce background
background-color: #95ecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ecce; background: linear-gradient(135deg, #95ecce, #95D0EC);