#9fccc7
a light, soft cyan · cool · closest name: silver
RGB
159, 204, 199
HSL
173°, 31%, 71%
CMYK
22, 0, 3, 20
Luminance
0.5468
Every format
| HEX | #9fccc7 |
| RGB | rgb(159, 204, 199) |
| HSL | hsl(173, 31%, 71%) |
| CMYK | cmyk(22%, 0%, 3%, 20%) |
| LAB | lab(78.9 -15.7 -2.4) |
| LCH | lch(78.9 15.9 188.5) |
| OKLCH | oklch(0.812 0.048 187.9) |
Copy-ready code
/* CSS */
color: #9fccc7;
background-color: #9fccc7;
/* Tailwind (arbitrary) */
class="text-[#9fccc7] bg-[#9fccc7]"
/* SCSS */
$brand: #9fccc7;
/* SwiftUI */
Color(red: 0.624, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#9fccc7")Accessibility — WCAG contrast
Aa
#9fccc7 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fccc7 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.0%
Blue78.0%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow2.5%
Key (black)20.0%
Color previews
#9fccc7 text on a black background
contrast 11.94:1
Card sample
#9fccc7 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fccc7;
Background color
Panel with #9fccc7 background
background-color: #9fccc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fccc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 204, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 204, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fccc7; background: linear-gradient(135deg, #9fccc7, #9FB3CC);