#9fcbc9
a light, soft cyan · cool · closest name: silver
RGB
159, 203, 201
HSL
177°, 30%, 71%
CMYK
22, 0, 1, 20
Luminance
0.5430
Every format
| HEX | #9fcbc9 |
| RGB | rgb(159, 203, 201) |
| HSL | hsl(177, 30%, 71%) |
| CMYK | cmyk(22%, 0%, 1%, 20%) |
| LAB | lab(78.6 -14.8 -3.8) |
| LCH | lch(78.6 15.3 194.2) |
| OKLCH | oklch(0.810 0.046 192.8) |
Copy-ready code
/* CSS */
color: #9fcbc9;
background-color: #9fcbc9;
/* Tailwind (arbitrary) */
class="text-[#9fcbc9] bg-[#9fcbc9]"
/* SCSS */
$brand: #9fcbc9;
/* SwiftUI */
Color(red: 0.624, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#9fcbc9")Accessibility — WCAG contrast
Aa
#9fcbc9 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcbc9 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green79.6%
Blue78.8%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#9fcbc9 text on a black background
contrast 11.86:1
Card sample
#9fcbc9 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcbc9;
Background color
Panel with #9fcbc9 background
background-color: #9fcbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcbc9; background: linear-gradient(135deg, #9fcbc9, #9FB0CB);