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