#9eb7bf
a light, soft cyan · cool · closest name: silver
RGB
158, 183, 191
HSL
195°, 21%, 68%
CMYK
17, 4, 0, 25
Luminance
0.4490
Every format
| HEX | #9eb7bf |
| RGB | rgb(158, 183, 191) |
| HSL | hsl(195, 21%, 68%) |
| CMYK | cmyk(17%, 4%, 0%, 25%) |
| LAB | lab(72.8 -6.8 -6.9) |
| LCH | lch(72.8 9.7 225.5) |
| OKLCH | oklch(0.763 0.030 219.0) |
Copy-ready code
/* CSS */
color: #9eb7bf;
background-color: #9eb7bf;
/* Tailwind (arbitrary) */
class="text-[#9eb7bf] bg-[#9eb7bf]"
/* SCSS */
$brand: #9eb7bf;
/* SwiftUI */
Color(red: 0.620, green: 0.718, blue: 0.749)
/* Android */
Color.parseColor("#9eb7bf")Accessibility — WCAG contrast
Aa
#9eb7bf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb7bf on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.8%
Blue74.9%
CMYK percentages
Cyan17.3%
Magenta4.2%
Yellow0.0%
Key (black)25.1%
Color previews
#9eb7bf text on a black background
contrast 9.98:1
Card sample
#9eb7bf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb7bf;
Background color
Panel with #9eb7bf background
background-color: #9eb7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 183, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 183, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb7bf; background: linear-gradient(135deg, #9eb7bf, #9EA1BF);