#9ce2cc
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 226, 204
HSL
161°, 55%, 75%
CMYK
31, 0, 10, 11
Luminance
0.6582
Every format
| HEX | #9ce2cc |
| RGB | rgb(156, 226, 204) |
| HSL | hsl(161, 55%, 75%) |
| CMYK | cmyk(31%, 0%, 10%, 11%) |
| LAB | lab(84.9 -26.5 3.8) |
| LCH | lch(84.9 26.8 171.9) |
| OKLCH | oklch(0.860 0.077 172.8) |
Copy-ready code
/* CSS */
color: #9ce2cc;
background-color: #9ce2cc;
/* Tailwind (arbitrary) */
class="text-[#9ce2cc] bg-[#9ce2cc]"
/* SCSS */
$brand: #9ce2cc;
/* SwiftUI */
Color(red: 0.612, green: 0.886, blue: 0.800)
/* Android */
Color.parseColor("#9ce2cc")Accessibility — WCAG contrast
Aa
#9ce2cc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ce2cc on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green88.6%
Blue80.0%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow9.7%
Key (black)11.4%
Color previews
#9ce2cc text on a black background
contrast 14.16:1
Card sample
#9ce2cc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ce2cc;
Background color
Panel with #9ce2cc background
background-color: #9ce2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ce2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 226, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 226, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ce2cc; background: linear-gradient(135deg, #9ce2cc, #9CC9E2);