#9df4da
a light, electric cyan · cool · closest name: aquamarine
RGB
157, 244, 218
HSL
162°, 80%, 79%
CMYK
36, 0, 11, 4
Luminance
0.7693
Every format
| HEX | #9df4da |
| RGB | rgb(157, 244, 218) |
| HSL | hsl(162, 80%, 79%) |
| CMYK | cmyk(36%, 0%, 11%, 4%) |
| LAB | lab(90.3 -31.9 4.3) |
| LCH | lch(90.3 32.1 172.4) |
| OKLCH | oklch(0.905 0.092 173.3) |
Copy-ready code
/* CSS */
color: #9df4da;
background-color: #9df4da;
/* Tailwind (arbitrary) */
class="text-[#9df4da] bg-[#9df4da]"
/* SCSS */
$brand: #9df4da;
/* SwiftUI */
Color(red: 0.616, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#9df4da")Accessibility — WCAG contrast
Aa
#9df4da on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df4da on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green95.7%
Blue85.5%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#9df4da text on a black background
contrast 16.39:1
Card sample
#9df4da text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df4da;
Background color
Panel with #9df4da background
background-color: #9df4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df4da; background: linear-gradient(135deg, #9df4da, #9DD4F4);