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