#9cfeba
a light, electric green · cool · closest name: aquamarine
RGB
156, 254, 186
HSL
138°, 98%, 80%
CMYK
39, 0, 27, 0
Luminance
0.8150
Every format
| HEX | #9cfeba |
| RGB | rgb(156, 254, 186) |
| HSL | hsl(138, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 27%, 0%) |
| LAB | lab(92.3 -42.9 23.6) |
| LCH | lch(92.3 49.0 151.1) |
| OKLCH | oklch(0.919 0.132 152.9) |
Copy-ready code
/* CSS */
color: #9cfeba;
background-color: #9cfeba;
/* Tailwind (arbitrary) */
class="text-[#9cfeba] bg-[#9cfeba]"
/* SCSS */
$brand: #9cfeba;
/* SwiftUI */
Color(red: 0.612, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#9cfeba")Accessibility — WCAG contrast
Aa
#9cfeba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfeba on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.6%
Blue72.9%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#9cfeba text on a black background
contrast 17.30:1
Card sample
#9cfeba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfeba;
Background color
Panel with #9cfeba background
background-color: #9cfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfeba; background: linear-gradient(135deg, #9cfeba, #9CFEFB);