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