#9fefd4
a light, vivid green · cool · closest name: aquamarine
RGB
159, 239, 212
HSL
160°, 71%, 78%
CMYK
34, 0, 11, 6
Luminance
0.7386
Every format
| HEX | #9fefd4 |
| RGB | rgb(159, 239, 212) |
| HSL | hsl(160, 71%, 78%) |
| CMYK | cmyk(34%, 0%, 11%, 6%) |
| LAB | lab(88.8 -30.2 5.3) |
| LCH | lch(88.8 30.7 170.0) |
| OKLCH | oklch(0.893 0.087 171.0) |
Copy-ready code
/* CSS */
color: #9fefd4;
background-color: #9fefd4;
/* Tailwind (arbitrary) */
class="text-[#9fefd4] bg-[#9fefd4]"
/* SCSS */
$brand: #9fefd4;
/* SwiftUI */
Color(red: 0.624, green: 0.937, blue: 0.831)
/* Android */
Color.parseColor("#9fefd4")Accessibility — WCAG contrast
Aa
#9fefd4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fefd4 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.7%
Blue83.1%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow11.3%
Key (black)6.3%
Color previews
#9fefd4 text on a black background
contrast 15.77:1
Card sample
#9fefd4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fefd4;
Background color
Panel with #9fefd4 background
background-color: #9fefd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fefd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 239, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 239, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fefd4; background: linear-gradient(135deg, #9fefd4, #9FD5EF);