#9df4d1
a light, electric green · cool · closest name: aquamarine
RGB
157, 244, 209
HSL
156°, 80%, 79%
CMYK
36, 0, 14, 4
Luminance
0.7647
Every format
| HEX | #9df4d1 |
| RGB | rgb(157, 244, 209) |
| HSL | hsl(156, 80%, 79%) |
| CMYK | cmyk(36%, 0%, 14%, 4%) |
| LAB | lab(90.1 -33.7 8.6) |
| LCH | lch(90.1 34.8 165.6) |
| OKLCH | oklch(0.902 0.098 166.9) |
Copy-ready code
/* CSS */
color: #9df4d1;
background-color: #9df4d1;
/* Tailwind (arbitrary) */
class="text-[#9df4d1] bg-[#9df4d1]"
/* SCSS */
$brand: #9df4d1;
/* SwiftUI */
Color(red: 0.616, green: 0.957, blue: 0.820)
/* Android */
Color.parseColor("#9df4d1")Accessibility — WCAG contrast
Aa
#9df4d1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df4d1 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green95.7%
Blue82.0%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow14.3%
Key (black)4.3%
Color previews
#9df4d1 text on a black background
contrast 16.29:1
Card sample
#9df4d1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df4d1;
Background color
Panel with #9df4d1 background
background-color: #9df4d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df4d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 244, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 244, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df4d1; background: linear-gradient(135deg, #9df4d1, #9DDDF4);