#9cfecb
a light, electric green · cool · closest name: aquamarine
RGB
156, 254, 203
HSL
149°, 98%, 80%
CMYK
39, 0, 20, 0
Luminance
0.8226
Every format
| HEX | #9cfecb |
| RGB | rgb(156, 254, 203) |
| HSL | hsl(149, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 20%, 0%) |
| LAB | lab(92.7 -39.7 15.4) |
| LCH | lch(92.7 42.6 158.8) |
| OKLCH | oklch(0.923 0.117 160.2) |
Copy-ready code
/* CSS */
color: #9cfecb;
background-color: #9cfecb;
/* Tailwind (arbitrary) */
class="text-[#9cfecb] bg-[#9cfecb]"
/* SCSS */
$brand: #9cfecb;
/* SwiftUI */
Color(red: 0.612, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#9cfecb")Accessibility — WCAG contrast
Aa
#9cfecb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfecb on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.6%
Blue79.6%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#9cfecb text on a black background
contrast 17.45:1
Card sample
#9cfecb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfecb;
Background color
Panel with #9cfecb background
background-color: #9cfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfecb; background: linear-gradient(135deg, #9cfecb, #9CF0FE);