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