#9eefcb
a light, vivid green · cool · closest name: aquamarine
RGB
158, 239, 203
HSL
153°, 72%, 78%
CMYK
34, 0, 15, 6
Luminance
0.7331
Every format
| HEX | #9eefcb |
| RGB | rgb(158, 239, 203) |
| HSL | hsl(153, 72%, 78%) |
| CMYK | cmyk(34%, 0%, 15%, 6%) |
| LAB | lab(88.6 -32.3 9.6) |
| LCH | lch(88.6 33.7 163.4) |
| OKLCH | oklch(0.890 0.094 164.7) |
Copy-ready code
/* CSS */
color: #9eefcb;
background-color: #9eefcb;
/* Tailwind (arbitrary) */
class="text-[#9eefcb] bg-[#9eefcb]"
/* SCSS */
$brand: #9eefcb;
/* SwiftUI */
Color(red: 0.620, green: 0.937, blue: 0.796)
/* Android */
Color.parseColor("#9eefcb")Accessibility — WCAG contrast
Aa
#9eefcb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eefcb on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.7%
Blue79.6%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow15.1%
Key (black)6.3%
Color previews
#9eefcb text on a black background
contrast 15.66:1
Card sample
#9eefcb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eefcb;
Background color
Panel with #9eefcb background
background-color: #9eefcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eefcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 239, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 239, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eefcb; background: linear-gradient(135deg, #9eefcb, #9EDDEF);