#9ee2cf
a light, vivid cyan · cool · closest name: turquoise
RGB
158, 226, 207
HSL
163°, 54%, 75%
CMYK
30, 0, 8, 11
Luminance
0.6617
Every format
| HEX | #9ee2cf |
| RGB | rgb(158, 226, 207) |
| HSL | hsl(163, 54%, 75%) |
| CMYK | cmyk(30%, 0%, 8%, 11%) |
| LAB | lab(85.1 -25.3 2.5) |
| LCH | lch(85.1 25.4 174.4) |
| OKLCH | oklch(0.862 0.073 175.2) |
Copy-ready code
/* CSS */
color: #9ee2cf;
background-color: #9ee2cf;
/* Tailwind (arbitrary) */
class="text-[#9ee2cf] bg-[#9ee2cf]"
/* SCSS */
$brand: #9ee2cf;
/* SwiftUI */
Color(red: 0.620, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#9ee2cf")Accessibility — WCAG contrast
Aa
#9ee2cf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ee2cf on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green88.6%
Blue81.2%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#9ee2cf text on a black background
contrast 14.23:1
Card sample
#9ee2cf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ee2cf;
Background color
Panel with #9ee2cf background
background-color: #9ee2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ee2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ee2cf; background: linear-gradient(135deg, #9ee2cf, #9EC8E2);