#9ebdbf
a light, soft cyan · cool · closest name: silver
RGB
158, 189, 191
HSL
184°, 21%, 68%
CMYK
17, 1, 0, 25
Luminance
0.4743
Every format
| HEX | #9ebdbf |
| RGB | rgb(158, 189, 191) |
| HSL | hsl(184, 21%, 68%) |
| CMYK | cmyk(17%, 1%, 0%, 25%) |
| LAB | lab(74.5 -10.0 -4.5) |
| LCH | lch(74.5 11.0 204.2) |
| OKLCH | oklch(0.776 0.034 201.3) |
Copy-ready code
/* CSS */
color: #9ebdbf;
background-color: #9ebdbf;
/* Tailwind (arbitrary) */
class="text-[#9ebdbf] bg-[#9ebdbf]"
/* SCSS */
$brand: #9ebdbf;
/* SwiftUI */
Color(red: 0.620, green: 0.741, blue: 0.749)
/* Android */
Color.parseColor("#9ebdbf")Accessibility — WCAG contrast
Aa
#9ebdbf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebdbf on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.1%
Blue74.9%
CMYK percentages
Cyan17.3%
Magenta1.0%
Yellow0.0%
Key (black)25.1%
Color previews
#9ebdbf text on a black background
contrast 10.49:1
Card sample
#9ebdbf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebdbf;
Background color
Panel with #9ebdbf background
background-color: #9ebdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 189, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 189, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebdbf; background: linear-gradient(135deg, #9ebdbf, #9EA7BF);