#9fbcba
a light, soft cyan · cool · closest name: silver
RGB
159, 188, 186
HSL
176°, 18%, 68%
CMYK
15, 0, 1, 26
Luminance
0.4688
Every format
| HEX | #9fbcba |
| RGB | rgb(159, 188, 186) |
| HSL | hsl(176, 18%, 68%) |
| CMYK | cmyk(15%, 0%, 1%, 26%) |
| LAB | lab(74.1 -10.2 -2.3) |
| LCH | lch(74.1 10.4 192.6) |
| OKLCH | oklch(0.773 0.032 191.4) |
Copy-ready code
/* CSS */
color: #9fbcba;
background-color: #9fbcba;
/* Tailwind (arbitrary) */
class="text-[#9fbcba] bg-[#9fbcba]"
/* SCSS */
$brand: #9fbcba;
/* SwiftUI */
Color(red: 0.624, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#9fbcba")Accessibility — WCAG contrast
Aa
#9fbcba on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbcba on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green73.7%
Blue72.9%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow1.1%
Key (black)26.3%
Color previews
#9fbcba text on a black background
contrast 10.38:1
Card sample
#9fbcba text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbcba;
Background color
Panel with #9fbcba background
background-color: #9fbcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbcba; background: linear-gradient(135deg, #9fbcba, #9FABBC);