#9fe8ae
a light, vivid green · cool · closest name: aquamarine
RGB
159, 232, 174
HSL
132°, 61%, 77%
CMYK
32, 0, 25, 9
Luminance
0.6814
Every format
| HEX | #9fe8ae |
| RGB | rgb(159, 232, 174) |
| HSL | hsl(132, 61%, 77%) |
| CMYK | cmyk(32%, 0%, 25%, 9%) |
| LAB | lab(86.1 -34.2 21.2) |
| LCH | lch(86.1 40.3 148.3) |
| OKLCH | oklch(0.868 0.108 150.1) |
Copy-ready code
/* CSS */
color: #9fe8ae;
background-color: #9fe8ae;
/* Tailwind (arbitrary) */
class="text-[#9fe8ae] bg-[#9fe8ae]"
/* SCSS */
$brand: #9fe8ae;
/* SwiftUI */
Color(red: 0.624, green: 0.910, blue: 0.682)
/* Android */
Color.parseColor("#9fe8ae")Accessibility — WCAG contrast
Aa
#9fe8ae on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe8ae on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green91.0%
Blue68.2%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow25.0%
Key (black)9.0%
Color previews
#9fe8ae text on a black background
contrast 14.63:1
Card sample
#9fe8ae text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe8ae;
Background color
Panel with #9fe8ae background
background-color: #9fe8ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe8ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 232, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 232, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe8ae; background: linear-gradient(135deg, #9fe8ae, #9FE8DF);