#9ebac7
a light, soft cyan · cool · closest name: silver
RGB
158, 186, 199
HSL
199°, 27%, 70%
CMYK
21, 7, 0, 22
Luminance
0.4651
Every format
| HEX | #9ebac7 |
| RGB | rgb(158, 186, 199) |
| HSL | hsl(199, 27%, 70%) |
| CMYK | cmyk(21%, 7%, 0%, 22%) |
| LAB | lab(73.9 -6.7 -9.7) |
| LCH | lch(73.9 11.8 235.6) |
| OKLCH | oklch(0.772 0.036 227.6) |
Copy-ready code
/* CSS */
color: #9ebac7;
background-color: #9ebac7;
/* Tailwind (arbitrary) */
class="text-[#9ebac7] bg-[#9ebac7]"
/* SCSS */
$brand: #9ebac7;
/* SwiftUI */
Color(red: 0.620, green: 0.729, blue: 0.780)
/* Android */
Color.parseColor("#9ebac7")Accessibility — WCAG contrast
Aa
#9ebac7 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebac7 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.9%
Blue78.0%
CMYK percentages
Cyan20.6%
Magenta6.5%
Yellow0.0%
Key (black)22.0%
Color previews
#9ebac7 text on a black background
contrast 10.30:1
Card sample
#9ebac7 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebac7;
Background color
Panel with #9ebac7 background
background-color: #9ebac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 186, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 186, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebac7; background: linear-gradient(135deg, #9ebac7, #9E9FC7);