#9cdecf
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 222, 207
HSL
166°, 50%, 74%
CMYK
30, 0, 7, 13
Luminance
0.6382
Every format
| HEX | #9cdecf |
| RGB | rgb(156, 222, 207) |
| HSL | hsl(166, 50%, 74%) |
| CMYK | cmyk(30%, 0%, 7%, 13%) |
| LAB | lab(83.9 -23.9 0.7) |
| LCH | lch(83.9 23.9 178.3) |
| OKLCH | oklch(0.852 0.070 178.8) |
Copy-ready code
/* CSS */
color: #9cdecf;
background-color: #9cdecf;
/* Tailwind (arbitrary) */
class="text-[#9cdecf] bg-[#9cdecf]"
/* SCSS */
$brand: #9cdecf;
/* SwiftUI */
Color(red: 0.612, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#9cdecf")Accessibility — WCAG contrast
Aa
#9cdecf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdecf on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#9cdecf text on a black background
contrast 13.76:1
Card sample
#9cdecf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdecf;
Background color
Panel with #9cdecf background
background-color: #9cdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdecf; background: linear-gradient(135deg, #9cdecf, #9CC1DE);