#9cfbbc
a light, electric green · cool · closest name: aquamarine
RGB
156, 251, 188
HSL
140°, 92%, 80%
CMYK
38, 0, 25, 2
Luminance
0.7969
Every format
| HEX | #9cfbbc |
| RGB | rgb(156, 251, 188) |
| HSL | hsl(140, 92%, 80%) |
| CMYK | cmyk(38%, 0%, 25%, 2%) |
| LAB | lab(91.5 -41.2 21.5) |
| LCH | lch(91.5 46.5 152.4) |
| OKLCH | oklch(0.912 0.126 154.1) |
Copy-ready code
/* CSS */
color: #9cfbbc;
background-color: #9cfbbc;
/* Tailwind (arbitrary) */
class="text-[#9cfbbc] bg-[#9cfbbc]"
/* SCSS */
$brand: #9cfbbc;
/* SwiftUI */
Color(red: 0.612, green: 0.984, blue: 0.737)
/* Android */
Color.parseColor("#9cfbbc")Accessibility — WCAG contrast
Aa
#9cfbbc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfbbc on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.4%
Blue73.7%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow25.1%
Key (black)1.6%
Color previews
#9cfbbc text on a black background
contrast 16.94:1
Card sample
#9cfbbc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfbbc;
Background color
Panel with #9cfbbc background
background-color: #9cfbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 251, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 251, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfbbc; background: linear-gradient(135deg, #9cfbbc, #9CFBFB);