#9ebfb4
a light, soft cyan · cool · closest name: silver
RGB
158, 191, 180
HSL
160°, 21%, 68%
CMYK
17, 0, 6, 25
Luminance
0.4783
Every format
| HEX | #9ebfb4 |
| RGB | rgb(158, 191, 180) |
| HSL | hsl(160, 21%, 68%) |
| CMYK | cmyk(17%, 0%, 6%, 25%) |
| LAB | lab(74.7 -13.3 1.9) |
| LCH | lch(74.7 13.4 172.1) |
| OKLCH | oklch(0.777 0.039 173.0) |
Copy-ready code
/* CSS */
color: #9ebfb4;
background-color: #9ebfb4;
/* Tailwind (arbitrary) */
class="text-[#9ebfb4] bg-[#9ebfb4]"
/* SCSS */
$brand: #9ebfb4;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.706)
/* Android */
Color.parseColor("#9ebfb4")Accessibility — WCAG contrast
Aa
#9ebfb4 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebfb4 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue70.6%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow5.8%
Key (black)25.1%
Color previews
#9ebfb4 text on a black background
contrast 10.57:1
Card sample
#9ebfb4 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebfb4;
Background color
Panel with #9ebfb4 background
background-color: #9ebfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebfb4; background: linear-gradient(135deg, #9ebfb4, #9EB4BF);