#9eedbc
a light, vivid green · cool · closest name: aquamarine
RGB
158, 237, 188
HSL
143°, 69%, 78%
CMYK
33, 0, 21, 7
Luminance
0.7147
Every format
| HEX | #9eedbc |
| RGB | rgb(158, 237, 188) |
| HSL | hsl(143, 69%, 78%) |
| CMYK | cmyk(33%, 0%, 21%, 7%) |
| LAB | lab(87.7 -34.3 16.2) |
| LCH | lch(87.7 37.9 154.7) |
| OKLCH | oklch(0.882 0.103 156.3) |
Copy-ready code
/* CSS */
color: #9eedbc;
background-color: #9eedbc;
/* Tailwind (arbitrary) */
class="text-[#9eedbc] bg-[#9eedbc]"
/* SCSS */
$brand: #9eedbc;
/* SwiftUI */
Color(red: 0.620, green: 0.929, blue: 0.737)
/* Android */
Color.parseColor("#9eedbc")Accessibility — WCAG contrast
Aa
#9eedbc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eedbc on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.9%
Blue73.7%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow20.7%
Key (black)7.1%
Color previews
#9eedbc text on a black background
contrast 15.29:1
Card sample
#9eedbc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eedbc;
Background color
Panel with #9eedbc background
background-color: #9eedbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eedbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 237, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 237, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eedbc; background: linear-gradient(135deg, #9eedbc, #9EE9ED);