#9eebc9
a light, vivid green · cool · closest name: aquamarine
RGB
158, 235, 201
HSL
154°, 66%, 77%
CMYK
33, 0, 15, 8
Luminance
0.7090
Every format
| HEX | #9eebc9 |
| RGB | rgb(158, 235, 201) |
| HSL | hsl(154, 66%, 77%) |
| CMYK | cmyk(33%, 0%, 15%, 8%) |
| LAB | lab(87.4 -30.8 9.0) |
| LCH | lch(87.4 32.1 163.7) |
| OKLCH | oklch(0.880 0.090 165.0) |
Copy-ready code
/* CSS */
color: #9eebc9;
background-color: #9eebc9;
/* Tailwind (arbitrary) */
class="text-[#9eebc9] bg-[#9eebc9]"
/* SCSS */
$brand: #9eebc9;
/* SwiftUI */
Color(red: 0.620, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#9eebc9")Accessibility — WCAG contrast
Aa
#9eebc9 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eebc9 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.2%
Blue78.8%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#9eebc9 text on a black background
contrast 15.18:1
Card sample
#9eebc9 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eebc9;
Background color
Panel with #9eebc9 background
background-color: #9eebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eebc9; background: linear-gradient(135deg, #9eebc9, #9EDAEB);