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