#9bfcac
a light, electric green · cool · closest name: aquamarine
RGB
155, 252, 172
HSL
131°, 94%, 80%
CMYK
39, 0, 32, 1
Luminance
0.7957
Every format
| HEX | #9bfcac |
| RGB | rgb(155, 252, 172) |
| HSL | hsl(131, 94%, 80%) |
| CMYK | cmyk(39%, 0%, 32%, 1%) |
| LAB | lab(91.5 -44.7 29.6) |
| LCH | lch(91.5 53.6 146.5) |
| OKLCH | oklch(0.911 0.143 148.6) |
Copy-ready code
/* CSS */
color: #9bfcac;
background-color: #9bfcac;
/* Tailwind (arbitrary) */
class="text-[#9bfcac] bg-[#9bfcac]"
/* SCSS */
$brand: #9bfcac;
/* SwiftUI */
Color(red: 0.608, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#9bfcac")Accessibility — WCAG contrast
Aa
#9bfcac on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfcac on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.8%
Blue67.5%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#9bfcac text on a black background
contrast 16.91:1
Card sample
#9bfcac text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfcac;
Background color
Panel with #9bfcac background
background-color: #9bfcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfcac; background: linear-gradient(135deg, #9bfcac, #9BFCED);