#9fd8ba
a light, soft green · cool · closest name: aquamarine
RGB
159, 216, 186
HSL
148°, 42%, 74%
CMYK
26, 0, 14, 15
Luminance
0.6003
Every format
| HEX | #9fd8ba |
| RGB | rgb(159, 216, 186) |
| HSL | hsl(148, 42%, 74%) |
| CMYK | cmyk(26%, 0%, 14%, 15%) |
| LAB | lab(81.8 -24.4 8.9) |
| LCH | lch(81.8 26.0 159.9) |
| OKLCH | oklch(0.835 0.072 161.4) |
Copy-ready code
/* CSS */
color: #9fd8ba;
background-color: #9fd8ba;
/* Tailwind (arbitrary) */
class="text-[#9fd8ba] bg-[#9fd8ba]"
/* SCSS */
$brand: #9fd8ba;
/* SwiftUI */
Color(red: 0.624, green: 0.847, blue: 0.729)
/* Android */
Color.parseColor("#9fd8ba")Accessibility — WCAG contrast
Aa
#9fd8ba on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd8ba on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green84.7%
Blue72.9%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow13.9%
Key (black)15.3%
Color previews
#9fd8ba text on a black background
contrast 13.01:1
Card sample
#9fd8ba text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd8ba;
Background color
Panel with #9fd8ba background
background-color: #9fd8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 216, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 216, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd8ba; background: linear-gradient(135deg, #9fd8ba, #9FD0D8);