#9fcbbc
a light, soft green · cool · closest name: silver
RGB
159, 203, 188
HSL
160°, 30%, 71%
CMYK
22, 0, 7, 20
Luminance
0.5371
Every format
| HEX | #9fcbbc |
| RGB | rgb(159, 203, 188) |
| HSL | hsl(160, 30%, 71%) |
| CMYK | cmyk(22%, 0%, 7%, 20%) |
| LAB | lab(78.3 -17.5 2.7) |
| LCH | lch(78.3 17.7 171.1) |
| OKLCH | oklch(0.806 0.051 172.1) |
Copy-ready code
/* CSS */
color: #9fcbbc;
background-color: #9fcbbc;
/* Tailwind (arbitrary) */
class="text-[#9fcbbc] bg-[#9fcbbc]"
/* SCSS */
$brand: #9fcbbc;
/* SwiftUI */
Color(red: 0.624, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#9fcbbc")Accessibility — WCAG contrast
Aa
#9fcbbc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcbbc on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green79.6%
Blue73.7%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow7.4%
Key (black)20.4%
Color previews
#9fcbbc text on a black background
contrast 11.74:1
Card sample
#9fcbbc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcbbc;
Background color
Panel with #9fcbbc background
background-color: #9fcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcbbc; background: linear-gradient(135deg, #9fcbbc, #9FBDCB);