#9dabc5
a light, soft blue · cool · closest name: silver
RGB
157, 171, 197
HSL
219°, 26%, 69%
CMYK
20, 13, 0, 23
Luminance
0.4033
Every format
| HEX | #9dabc5 |
| RGB | rgb(157, 171, 197) |
| HSL | hsl(219, 26%, 69%) |
| CMYK | cmyk(20%, 13%, 0%, 23%) |
| LAB | lab(69.7 0.7 -14.9) |
| LCH | lch(69.7 14.9 272.7) |
| OKLCH | oklch(0.739 0.041 262.9) |
Copy-ready code
/* CSS */
color: #9dabc5;
background-color: #9dabc5;
/* Tailwind (arbitrary) */
class="text-[#9dabc5] bg-[#9dabc5]"
/* SCSS */
$brand: #9dabc5;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.773)
/* Android */
Color.parseColor("#9dabc5")Accessibility — WCAG contrast
Aa
#9dabc5 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabc5 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue77.3%
CMYK percentages
Cyan20.3%
Magenta13.2%
Yellow0.0%
Key (black)22.7%
Color previews
#9dabc5 text on a black background
contrast 9.07:1
Card sample
#9dabc5 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabc5;
Background color
Panel with #9dabc5 background
background-color: #9dabc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabc5; background: linear-gradient(135deg, #9dabc5, #AA9DC5);