#9daebf
a light, soft blue · cool · closest name: silver
RGB
157, 174, 191
HSL
210°, 21%, 68%
CMYK
18, 9, 0, 25
Luminance
0.4120
Every format
| HEX | #9daebf |
| RGB | rgb(157, 174, 191) |
| HSL | hsl(210, 21%, 68%) |
| CMYK | cmyk(18%, 9%, 0%, 25%) |
| LAB | lab(70.3 -2.3 -10.7) |
| LCH | lch(70.3 10.9 257.9) |
| OKLCH | oklch(0.743 0.031 248.2) |
Copy-ready code
/* CSS */
color: #9daebf;
background-color: #9daebf;
/* Tailwind (arbitrary) */
class="text-[#9daebf] bg-[#9daebf]"
/* SCSS */
$brand: #9daebf;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.749)
/* Android */
Color.parseColor("#9daebf")Accessibility — WCAG contrast
Aa
#9daebf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daebf on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue74.9%
CMYK percentages
Cyan17.8%
Magenta8.9%
Yellow0.0%
Key (black)25.1%
Color previews
#9daebf text on a black background
contrast 9.24:1
Card sample
#9daebf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daebf;
Background color
Panel with #9daebf background
background-color: #9daebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daebf; background: linear-gradient(135deg, #9daebf, #A39DBF);