#9df4be
a light, electric green · cool · closest name: aquamarine
RGB
157, 244, 190
HSL
143°, 80%, 79%
CMYK
36, 0, 22, 4
Luminance
0.7559
Every format
| HEX | #9df4be |
| RGB | rgb(157, 244, 190) |
| HSL | hsl(143, 80%, 79%) |
| CMYK | cmyk(36%, 0%, 22%, 4%) |
| LAB | lab(89.7 -37.4 17.9) |
| LCH | lch(89.7 41.5 154.5) |
| OKLCH | oklch(0.898 0.113 156.1) |
Copy-ready code
/* CSS */
color: #9df4be;
background-color: #9df4be;
/* Tailwind (arbitrary) */
class="text-[#9df4be] bg-[#9df4be]"
/* SCSS */
$brand: #9df4be;
/* SwiftUI */
Color(red: 0.616, green: 0.957, blue: 0.745)
/* Android */
Color.parseColor("#9df4be")Accessibility — WCAG contrast
Aa
#9df4be on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df4be on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green95.7%
Blue74.5%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow22.1%
Key (black)4.3%
Color previews
#9df4be text on a black background
contrast 16.12:1
Card sample
#9df4be text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df4be;
Background color
Panel with #9df4be background
background-color: #9df4be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df4be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 244, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 244, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df4be; background: linear-gradient(135deg, #9df4be, #9DF0F4);