#9feace
a light, vivid green · cool · closest name: aquamarine
RGB
159, 234, 206
HSL
158°, 64%, 77%
CMYK
32, 0, 12, 8
Luminance
0.7067
Every format
| HEX | #9feace |
| RGB | rgb(159, 234, 206) |
| HSL | hsl(158, 64%, 77%) |
| CMYK | cmyk(32%, 0%, 12%, 8%) |
| LAB | lab(87.3 -29.1 6.3) |
| LCH | lch(87.3 29.7 167.9) |
| OKLCH | oklch(0.880 0.084 169.0) |
Copy-ready code
/* CSS */
color: #9feace;
background-color: #9feace;
/* Tailwind (arbitrary) */
class="text-[#9feace] bg-[#9feace]"
/* SCSS */
$brand: #9feace;
/* SwiftUI */
Color(red: 0.624, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#9feace")Accessibility — WCAG contrast
Aa
#9feace on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9feace on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green91.8%
Blue80.8%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#9feace text on a black background
contrast 15.13:1
Card sample
#9feace text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9feace;
Background color
Panel with #9feace background
background-color: #9feace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9feace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9feace; background: linear-gradient(135deg, #9feace, #9FD4EA);