#9dabda
a light, vivid blue · warm · closest name: steelblue
RGB
157, 171, 218
HSL
226°, 45%, 74%
CMYK
28, 22, 0, 15
Luminance
0.4136
Every format
| HEX | #9dabda |
| RGB | rgb(157, 171, 218) |
| HSL | hsl(226, 45%, 74%) |
| CMYK | cmyk(28%, 22%, 0%, 15%) |
| LAB | lab(70.4 5.6 -25.3) |
| LCH | lch(70.4 26.0 282.5) |
| OKLCH | oklch(0.747 0.070 271.7) |
Copy-ready code
/* CSS */
color: #9dabda;
background-color: #9dabda;
/* Tailwind (arbitrary) */
class="text-[#9dabda] bg-[#9dabda]"
/* SCSS */
$brand: #9dabda;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#9dabda")Accessibility — WCAG contrast
Aa
#9dabda on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabda on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue85.5%
CMYK percentages
Cyan28.0%
Magenta21.6%
Yellow0.0%
Key (black)14.5%
Color previews
#9dabda text on a black background
contrast 9.27:1
Card sample
#9dabda text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabda;
Background color
Panel with #9dabda background
background-color: #9dabda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabda; background: linear-gradient(135deg, #9dabda, #B89DDA);