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