#9cfabd
a light, electric green · cool · closest name: aquamarine
RGB
156, 250, 189
HSL
141°, 90%, 80%
CMYK
38, 0, 24, 2
Luminance
0.7911
Every format
| HEX | #9cfabd |
| RGB | rgb(156, 250, 189) |
| HSL | hsl(141, 90%, 80%) |
| CMYK | cmyk(38%, 0%, 24%, 2%) |
| LAB | lab(91.3 -40.6 20.6) |
| LCH | lch(91.3 45.5 153.0) |
| OKLCH | oklch(0.910 0.123 154.7) |
Copy-ready code
/* CSS */
color: #9cfabd;
background-color: #9cfabd;
/* Tailwind (arbitrary) */
class="text-[#9cfabd] bg-[#9cfabd]"
/* SCSS */
$brand: #9cfabd;
/* SwiftUI */
Color(red: 0.612, green: 0.980, blue: 0.741)
/* Android */
Color.parseColor("#9cfabd")Accessibility — WCAG contrast
Aa
#9cfabd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfabd on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.0%
Blue74.1%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow24.4%
Key (black)2.0%
Color previews
#9cfabd text on a black background
contrast 16.82:1
Card sample
#9cfabd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfabd;
Background color
Panel with #9cfabd background
background-color: #9cfabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 250, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 250, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfabd; background: linear-gradient(135deg, #9cfabd, #9CF8FA);