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