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