#9cddcf
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 221, 207
HSL
167°, 49%, 74%
CMYK
29, 0, 6, 13
Luminance
0.6329
Every format
| HEX | #9cddcf |
| RGB | rgb(156, 221, 207) |
| HSL | hsl(167, 49%, 74%) |
| CMYK | cmyk(29%, 0%, 6%, 13%) |
| LAB | lab(83.6 -23.4 0.3) |
| LCH | lch(83.6 23.4 179.3) |
| OKLCH | oklch(0.850 0.069 179.7) |
Copy-ready code
/* CSS */
color: #9cddcf;
background-color: #9cddcf;
/* Tailwind (arbitrary) */
class="text-[#9cddcf] bg-[#9cddcf]"
/* SCSS */
$brand: #9cddcf;
/* SwiftUI */
Color(red: 0.612, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#9cddcf")Accessibility — WCAG contrast
Aa
#9cddcf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cddcf on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.7%
Blue81.2%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow6.3%
Key (black)13.3%
Color previews
#9cddcf text on a black background
contrast 13.66:1
Card sample
#9cddcf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cddcf;
Background color
Panel with #9cddcf background
background-color: #9cddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cddcf; background: linear-gradient(135deg, #9cddcf, #9CC0DD);