#9feabc
a light, vivid green · cool · closest name: aquamarine
RGB
159, 234, 188
HSL
143°, 64%, 77%
CMYK
32, 0, 20, 8
Luminance
0.6985
Every format
| HEX | #9feabc |
| RGB | rgb(159, 234, 188) |
| HSL | hsl(143, 64%, 77%) |
| CMYK | cmyk(32%, 0%, 20%, 8%) |
| LAB | lab(86.9 -32.6 15.1) |
| LCH | lch(86.9 35.9 155.2) |
| OKLCH | oklch(0.876 0.098 156.8) |
Copy-ready code
/* CSS */
color: #9feabc;
background-color: #9feabc;
/* Tailwind (arbitrary) */
class="text-[#9feabc] bg-[#9feabc]"
/* SCSS */
$brand: #9feabc;
/* SwiftUI */
Color(red: 0.624, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#9feabc")Accessibility — WCAG contrast
Aa
#9feabc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9feabc on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green91.8%
Blue73.7%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#9feabc text on a black background
contrast 14.97:1
Card sample
#9feabc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9feabc;
Background color
Panel with #9feabc background
background-color: #9feabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9feabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9feabc; background: linear-gradient(135deg, #9feabc, #9FE6EA);