#9cfdda
a light, electric green · cool · closest name: aquamarine
RGB
156, 253, 218
HSL
158°, 96%, 80%
CMYK
38, 0, 14, 1
Luminance
0.8238
Every format
| HEX | #9cfdda |
| RGB | rgb(156, 253, 218) |
| HSL | hsl(158, 96%, 80%) |
| CMYK | cmyk(38%, 0%, 14%, 1%) |
| LAB | lab(92.7 -36.3 7.8) |
| LCH | lch(92.7 37.1 167.9) |
| OKLCH | oklch(0.924 0.105 169.0) |
Copy-ready code
/* CSS */
color: #9cfdda;
background-color: #9cfdda;
/* Tailwind (arbitrary) */
class="text-[#9cfdda] bg-[#9cfdda]"
/* SCSS */
$brand: #9cfdda;
/* SwiftUI */
Color(red: 0.612, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#9cfdda")Accessibility — WCAG contrast
Aa
#9cfdda on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfdda on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.2%
Blue85.5%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#9cfdda text on a black background
contrast 17.48:1
Card sample
#9cfdda text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfdda;
Background color
Panel with #9cfdda background
background-color: #9cfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfdda; background: linear-gradient(135deg, #9cfdda, #9CDFFD);