#9cdfd0
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 223, 208
HSL
167°, 51%, 74%
CMYK
30, 0, 7, 13
Luminance
0.6440
Every format
| HEX | #9cdfd0 |
| RGB | rgb(156, 223, 208) |
| HSL | hsl(167, 51%, 74%) |
| CMYK | cmyk(30%, 0%, 7%, 13%) |
| LAB | lab(84.2 -24.2 0.6) |
| LCH | lch(84.2 24.2 178.6) |
| OKLCH | oklch(0.855 0.071 179.0) |
Copy-ready code
/* CSS */
color: #9cdfd0;
background-color: #9cdfd0;
/* Tailwind (arbitrary) */
class="text-[#9cdfd0] bg-[#9cdfd0]"
/* SCSS */
$brand: #9cdfd0;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.816)
/* Android */
Color.parseColor("#9cdfd0")Accessibility — WCAG contrast
Aa
#9cdfd0 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdfd0 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.5%
Blue81.6%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow6.7%
Key (black)12.5%
Color previews
#9cdfd0 text on a black background
contrast 13.88:1
Card sample
#9cdfd0 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdfd0;
Background color
Panel with #9cdfd0 background
background-color: #9cdfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 223, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdfd0; background: linear-gradient(135deg, #9cdfd0, #9CC1DF);