#9cdfcd
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 223, 205
HSL
164°, 51%, 74%
CMYK
30, 0, 8, 13
Luminance
0.6425
Every format
| HEX | #9cdfcd |
| RGB | rgb(156, 223, 205) |
| HSL | hsl(164, 51%, 74%) |
| CMYK | cmyk(30%, 0%, 8%, 13%) |
| LAB | lab(84.1 -24.8 2.1) |
| LCH | lch(84.1 24.9 175.2) |
| OKLCH | oklch(0.854 0.072 175.9) |
Copy-ready code
/* CSS */
color: #9cdfcd;
background-color: #9cdfcd;
/* Tailwind (arbitrary) */
class="text-[#9cdfcd] bg-[#9cdfcd]"
/* SCSS */
$brand: #9cdfcd;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.804)
/* Android */
Color.parseColor("#9cdfcd")Accessibility — WCAG contrast
Aa
#9cdfcd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdfcd on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.5%
Blue80.4%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow8.1%
Key (black)12.5%
Color previews
#9cdfcd text on a black background
contrast 13.85:1
Card sample
#9cdfcd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdfcd;
Background color
Panel with #9cdfcd background
background-color: #9cdfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 223, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdfcd; background: linear-gradient(135deg, #9cdfcd, #9CC4DF);