#9cfacb
a light, electric green · cool · closest name: aquamarine
RGB
156, 250, 203
HSL
150°, 90%, 80%
CMYK
38, 0, 19, 2
Luminance
0.7975
Every format
| HEX | #9cfacb |
| RGB | rgb(156, 250, 203) |
| HSL | hsl(150, 90%, 80%) |
| CMYK | cmyk(38%, 0%, 19%, 2%) |
| LAB | lab(91.6 -37.9 13.8) |
| LCH | lch(91.6 40.4 159.9) |
| OKLCH | oklch(0.914 0.111 161.4) |
Copy-ready code
/* CSS */
color: #9cfacb;
background-color: #9cfacb;
/* Tailwind (arbitrary) */
class="text-[#9cfacb] bg-[#9cfacb]"
/* SCSS */
$brand: #9cfacb;
/* SwiftUI */
Color(red: 0.612, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#9cfacb")Accessibility — WCAG contrast
Aa
#9cfacb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfacb on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.0%
Blue79.6%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#9cfacb text on a black background
contrast 16.95:1
Card sample
#9cfacb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfacb;
Background color
Panel with #9cfacb background
background-color: #9cfacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfacb; background: linear-gradient(135deg, #9cfacb, #9CEAFA);