#9cd4cf
a light, soft cyan · cool · closest name: skyblue
RGB
156, 212, 207
HSL
175°, 39%, 72%
CMYK
26, 0, 2, 17
Luminance
0.5866
Every format
| HEX | #9cd4cf |
| RGB | rgb(156, 212, 207) |
| HSL | hsl(175, 39%, 72%) |
| CMYK | cmyk(26%, 0%, 2%, 17%) |
| LAB | lab(81.1 -19.0 -3.4) |
| LCH | lch(81.1 19.3 190.0) |
| OKLCH | oklch(0.830 0.058 189.2) |
Copy-ready code
/* CSS */
color: #9cd4cf;
background-color: #9cd4cf;
/* Tailwind (arbitrary) */
class="text-[#9cd4cf] bg-[#9cd4cf]"
/* SCSS */
$brand: #9cd4cf;
/* SwiftUI */
Color(red: 0.612, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#9cd4cf")Accessibility — WCAG contrast
Aa
#9cd4cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd4cf on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green83.1%
Blue81.2%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#9cd4cf text on a black background
contrast 12.73:1
Card sample
#9cd4cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd4cf;
Background color
Panel with #9cd4cf background
background-color: #9cd4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd4cf; background: linear-gradient(135deg, #9cd4cf, #9CB4D4);