#9df9ce
a light, electric green · cool · closest name: aquamarine
RGB
157, 249, 206
HSL
152°, 89%, 80%
CMYK
37, 0, 17, 2
Luminance
0.7938
Every format
| HEX | #9df9ce |
| RGB | rgb(157, 249, 206) |
| HSL | hsl(152, 89%, 80%) |
| CMYK | cmyk(37%, 0%, 17%, 2%) |
| LAB | lab(91.4 -36.6 12.1) |
| LCH | lch(91.4 38.6 161.8) |
| OKLCH | oklch(0.913 0.107 163.1) |
Copy-ready code
/* CSS */
color: #9df9ce;
background-color: #9df9ce;
/* Tailwind (arbitrary) */
class="text-[#9df9ce] bg-[#9df9ce]"
/* SCSS */
$brand: #9df9ce;
/* SwiftUI */
Color(red: 0.616, green: 0.976, blue: 0.808)
/* Android */
Color.parseColor("#9df9ce")Accessibility — WCAG contrast
Aa
#9df9ce on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df9ce on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green97.6%
Blue80.8%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow17.3%
Key (black)2.4%
Color previews
#9df9ce text on a black background
contrast 16.88:1
Card sample
#9df9ce text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df9ce;
Background color
Panel with #9df9ce background
background-color: #9df9ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df9ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 249, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 249, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df9ce; background: linear-gradient(135deg, #9df9ce, #9DE7F9);