#9cdbcf
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 219, 207
HSL
169°, 47%, 74%
CMYK
29, 0, 6, 14
Luminance
0.6224
Every format
| HEX | #9cdbcf |
| RGB | rgb(156, 219, 207) |
| HSL | hsl(169, 47%, 74%) |
| CMYK | cmyk(29%, 0%, 6%, 14%) |
| LAB | lab(83.0 -22.4 -0.5) |
| LCH | lch(83.0 22.5 181.3) |
| OKLCH | oklch(0.845 0.066 181.5) |
Copy-ready code
/* CSS */
color: #9cdbcf;
background-color: #9cdbcf;
/* Tailwind (arbitrary) */
class="text-[#9cdbcf] bg-[#9cdbcf]"
/* SCSS */
$brand: #9cdbcf;
/* SwiftUI */
Color(red: 0.612, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#9cdbcf")Accessibility — WCAG contrast
Aa
#9cdbcf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdbcf on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green85.9%
Blue81.2%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#9cdbcf text on a black background
contrast 13.45:1
Card sample
#9cdbcf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdbcf;
Background color
Panel with #9cdbcf background
background-color: #9cdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdbcf; background: linear-gradient(135deg, #9cdbcf, #9CBDDB);