#9cdcca
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 220, 202
HSL
163°, 48%, 74%
CMYK
29, 0, 8, 14
Luminance
0.6252
Every format
| HEX | #9cdcca |
| RGB | rgb(156, 220, 202) |
| HSL | hsl(163, 48%, 74%) |
| CMYK | cmyk(29%, 0%, 8%, 14%) |
| LAB | lab(83.2 -24.0 2.4) |
| LCH | lch(83.2 24.1 174.4) |
| OKLCH | oklch(0.846 0.070 175.2) |
Copy-ready code
/* CSS */
color: #9cdcca;
background-color: #9cdcca;
/* Tailwind (arbitrary) */
class="text-[#9cdcca] bg-[#9cdcca]"
/* SCSS */
$brand: #9cdcca;
/* SwiftUI */
Color(red: 0.612, green: 0.863, blue: 0.792)
/* Android */
Color.parseColor("#9cdcca")Accessibility — WCAG contrast
Aa
#9cdcca on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdcca on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.3%
Blue79.2%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow8.2%
Key (black)13.7%
Color previews
#9cdcca text on a black background
contrast 13.50:1
Card sample
#9cdcca text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdcca;
Background color
Panel with #9cdcca background
background-color: #9cdcca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdcca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 220, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 220, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdcca; background: linear-gradient(135deg, #9cdcca, #9CC3DC);