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