#9ebac9
a light, soft blue · cool · closest name: silver
RGB
158, 186, 201
HSL
201°, 29%, 70%
CMYK
21, 8, 0, 21
Luminance
0.4660
Every format
| HEX | #9ebac9 |
| RGB | rgb(158, 186, 201) |
| HSL | hsl(201, 29%, 70%) |
| CMYK | cmyk(21%, 8%, 0%, 21%) |
| LAB | lab(73.9 -6.2 -10.7) |
| LCH | lch(73.9 12.4 239.9) |
| OKLCH | oklch(0.773 0.037 231.3) |
Copy-ready code
/* CSS */
color: #9ebac9;
background-color: #9ebac9;
/* Tailwind (arbitrary) */
class="text-[#9ebac9] bg-[#9ebac9]"
/* SCSS */
$brand: #9ebac9;
/* SwiftUI */
Color(red: 0.620, green: 0.729, blue: 0.788)
/* Android */
Color.parseColor("#9ebac9")Accessibility — WCAG contrast
Aa
#9ebac9 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebac9 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.9%
Blue78.8%
CMYK percentages
Cyan21.4%
Magenta7.5%
Yellow0.0%
Key (black)21.2%
Color previews
#9ebac9 text on a black background
contrast 10.32:1
Card sample
#9ebac9 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebac9;
Background color
Panel with #9ebac9 background
background-color: #9ebac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 186, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 186, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebac9; background: linear-gradient(135deg, #9ebac9, #9F9EC9);