#9fdda4
a light, vivid green · cool · closest name: aquamarine
RGB
159, 221, 164
HSL
125°, 48%, 75%
CMYK
28, 0, 26, 13
Luminance
0.6176
Every format
| HEX | #9fdda4 |
| RGB | rgb(159, 221, 164) |
| HSL | hsl(125, 48%, 75%) |
| CMYK | cmyk(28%, 0%, 26%, 13%) |
| LAB | lab(82.8 -30.8 21.8) |
| LCH | lch(82.8 37.8 144.7) |
| OKLCH | oklch(0.841 0.101 146.6) |
Copy-ready code
/* CSS */
color: #9fdda4;
background-color: #9fdda4;
/* Tailwind (arbitrary) */
class="text-[#9fdda4] bg-[#9fdda4]"
/* SCSS */
$brand: #9fdda4;
/* SwiftUI */
Color(red: 0.624, green: 0.867, blue: 0.643)
/* Android */
Color.parseColor("#9fdda4")Accessibility — WCAG contrast
Aa
#9fdda4 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdda4 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green86.7%
Blue64.3%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow25.8%
Key (black)13.3%
Color previews
#9fdda4 text on a black background
contrast 13.35:1
Card sample
#9fdda4 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdda4;
Background color
Panel with #9fdda4 background
background-color: #9fdda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 221, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 221, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdda4; background: linear-gradient(135deg, #9fdda4, #9FDDCD);