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