#9fffdc
a light, electric green · cool · closest name: aquamarine
RGB
159, 255, 220
HSL
158°, 100%, 81%
CMYK
38, 0, 14, 0
Luminance
0.8406
Every format
| HEX | #9fffdc |
| RGB | rgb(159, 255, 220) |
| HSL | hsl(158, 100%, 81%) |
| CMYK | cmyk(38%, 0%, 14%, 0%) |
| LAB | lab(93.5 -36.0 7.8) |
| LCH | lch(93.5 36.8 167.7) |
| OKLCH | oklch(0.931 0.104 168.8) |
Copy-ready code
/* CSS */
color: #9fffdc;
background-color: #9fffdc;
/* Tailwind (arbitrary) */
class="text-[#9fffdc] bg-[#9fffdc]"
/* SCSS */
$brand: #9fffdc;
/* SwiftUI */
Color(red: 0.624, green: 1.000, blue: 0.863)
/* Android */
Color.parseColor("#9fffdc")Accessibility — WCAG contrast
Aa
#9fffdc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fffdc on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green100.0%
Blue86.3%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow13.7%
Key (black)0.0%
Color previews
#9fffdc text on a black background
contrast 17.81:1
Card sample
#9fffdc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fffdc;
Background color
Panel with #9fffdc background
background-color: #9fffdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fffdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 255, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 255, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fffdc; background: linear-gradient(135deg, #9fffdc, #9FE2FF);