#9ebac0
a light, soft cyan · cool · closest name: silver
RGB
158, 186, 192
HSL
191°, 21%, 69%
CMYK
18, 3, 0, 25
Luminance
0.4619
Every format
| HEX | #9ebac0 |
| RGB | rgb(158, 186, 192) |
| HSL | hsl(191, 21%, 69%) |
| CMYK | cmyk(18%, 3%, 0%, 25%) |
| LAB | lab(73.7 -8.2 -6.2) |
| LCH | lch(73.7 10.3 217.2) |
| OKLCH | oklch(0.770 0.032 212.1) |
Copy-ready code
/* CSS */
color: #9ebac0;
background-color: #9ebac0;
/* Tailwind (arbitrary) */
class="text-[#9ebac0] bg-[#9ebac0]"
/* SCSS */
$brand: #9ebac0;
/* SwiftUI */
Color(red: 0.620, green: 0.729, blue: 0.753)
/* Android */
Color.parseColor("#9ebac0")Accessibility — WCAG contrast
Aa
#9ebac0 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebac0 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.9%
Blue75.3%
CMYK percentages
Cyan17.7%
Magenta3.1%
Yellow0.0%
Key (black)24.7%
Color previews
#9ebac0 text on a black background
contrast 10.24:1
Card sample
#9ebac0 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebac0;
Background color
Panel with #9ebac0 background
background-color: #9ebac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 186, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 186, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebac0; background: linear-gradient(135deg, #9ebac0, #9EA3C0);