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