#9afeb8
a light, electric green · cool · closest name: aquamarine
RGB
154, 254, 184
HSL
138°, 98%, 80%
CMYK
39, 0, 28, 0
Luminance
0.8121
Every format
| HEX | #9afeb8 |
| RGB | rgb(154, 254, 184) |
| HSL | hsl(138, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 28%, 0%) |
| LAB | lab(92.2 -43.8 24.5) |
| LCH | lch(92.2 50.2 150.8) |
| OKLCH | oklch(0.917 0.135 152.6) |
Copy-ready code
/* CSS */
color: #9afeb8;
background-color: #9afeb8;
/* Tailwind (arbitrary) */
class="text-[#9afeb8] bg-[#9afeb8]"
/* SCSS */
$brand: #9afeb8;
/* SwiftUI */
Color(red: 0.604, green: 0.996, blue: 0.722)
/* Android */
Color.parseColor("#9afeb8")Accessibility — WCAG contrast
Aa
#9afeb8 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afeb8 on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.6%
Blue72.2%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow27.6%
Key (black)0.4%
Color previews
#9afeb8 text on a black background
contrast 17.24:1
Card sample
#9afeb8 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afeb8;
Background color
Panel with #9afeb8 background
background-color: #9afeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 254, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 254, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afeb8; background: linear-gradient(135deg, #9afeb8, #9AFEFB);