#9fdec2
a light, vivid green · cool · closest name: aquamarine
RGB
159, 222, 194
HSL
153°, 49%, 75%
CMYK
28, 0, 13, 13
Luminance
0.6351
Every format
| HEX | #9fdec2 |
| RGB | rgb(159, 222, 194) |
| HSL | hsl(153, 49%, 75%) |
| CMYK | cmyk(28%, 0%, 13%, 13%) |
| LAB | lab(83.7 -25.7 7.4) |
| LCH | lch(83.7 26.8 164.0) |
| OKLCH | oklch(0.850 0.075 165.4) |
Copy-ready code
/* CSS */
color: #9fdec2;
background-color: #9fdec2;
/* Tailwind (arbitrary) */
class="text-[#9fdec2] bg-[#9fdec2]"
/* SCSS */
$brand: #9fdec2;
/* SwiftUI */
Color(red: 0.624, green: 0.871, blue: 0.761)
/* Android */
Color.parseColor("#9fdec2")Accessibility — WCAG contrast
Aa
#9fdec2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdec2 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.1%
Blue76.1%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow12.6%
Key (black)12.9%
Color previews
#9fdec2 text on a black background
contrast 13.70:1
Card sample
#9fdec2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdec2;
Background color
Panel with #9fdec2 background
background-color: #9fdec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 222, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 222, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdec2; background: linear-gradient(135deg, #9fdec2, #9FD0DE);