#9fd8c2
a light, soft green · cool · closest name: turquoise
RGB
159, 216, 194
HSL
157°, 42%, 74%
CMYK
26, 0, 10, 15
Luminance
0.6038
Every format
| HEX | #9fd8c2 |
| RGB | rgb(159, 216, 194) |
| HSL | hsl(157, 42%, 74%) |
| CMYK | cmyk(26%, 0%, 10%, 15%) |
| LAB | lab(82.0 -22.8 5.0) |
| LCH | lch(82.0 23.3 167.7) |
| OKLCH | oklch(0.837 0.066 168.9) |
Copy-ready code
/* CSS */
color: #9fd8c2;
background-color: #9fd8c2;
/* Tailwind (arbitrary) */
class="text-[#9fd8c2] bg-[#9fd8c2]"
/* SCSS */
$brand: #9fd8c2;
/* SwiftUI */
Color(red: 0.624, green: 0.847, blue: 0.761)
/* Android */
Color.parseColor("#9fd8c2")Accessibility — WCAG contrast
Aa
#9fd8c2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd8c2 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green84.7%
Blue76.1%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow10.2%
Key (black)15.3%
Color previews
#9fd8c2 text on a black background
contrast 13.08:1
Card sample
#9fd8c2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd8c2;
Background color
Panel with #9fd8c2 background
background-color: #9fd8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 216, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 216, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd8c2; background: linear-gradient(135deg, #9fd8c2, #9FC8D8);