#9fcccd
a light, soft cyan · cool · closest name: silver
RGB
159, 204, 205
HSL
181°, 32%, 71%
CMYK
22, 1, 0, 20
Luminance
0.5496
Every format
| HEX | #9fcccd |
| RGB | rgb(159, 204, 205) |
| HSL | hsl(181, 32%, 71%) |
| CMYK | cmyk(22%, 1%, 0%, 20%) |
| LAB | lab(79.0 -14.4 -5.3) |
| LCH | lch(79.0 15.4 200.3) |
| OKLCH | oklch(0.814 0.047 198.0) |
Copy-ready code
/* CSS */
color: #9fcccd;
background-color: #9fcccd;
/* Tailwind (arbitrary) */
class="text-[#9fcccd] bg-[#9fcccd]"
/* SCSS */
$brand: #9fcccd;
/* SwiftUI */
Color(red: 0.624, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#9fcccd")Accessibility — WCAG contrast
Aa
#9fcccd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcccd on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.0%
Blue80.4%
CMYK percentages
Cyan22.4%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#9fcccd text on a black background
contrast 11.99:1
Card sample
#9fcccd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcccd;
Background color
Panel with #9fcccd background
background-color: #9fcccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcccd; background: linear-gradient(135deg, #9fcccd, #9FADCD);