#9dabe7
a light, vivid blue · warm · closest name: steelblue
RGB
157, 171, 231
HSL
229°, 61%, 76%
CMYK
32, 26, 0, 9
Luminance
0.4206
Every format
| HEX | #9dabe7 |
| RGB | rgb(157, 171, 231) |
| HSL | hsl(229, 61%, 76%) |
| CMYK | cmyk(32%, 26%, 0%, 9%) |
| LAB | lab(70.9 8.9 -31.7) |
| LCH | lch(70.9 32.9 285.6) |
| OKLCH | oklch(0.752 0.088 274.0) |
Copy-ready code
/* CSS */
color: #9dabe7;
background-color: #9dabe7;
/* Tailwind (arbitrary) */
class="text-[#9dabe7] bg-[#9dabe7]"
/* SCSS */
$brand: #9dabe7;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.906)
/* Android */
Color.parseColor("#9dabe7")Accessibility — WCAG contrast
Aa
#9dabe7 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabe7 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue90.6%
CMYK percentages
Cyan32.0%
Magenta26.0%
Yellow0.0%
Key (black)9.4%
Color previews
#9dabe7 text on a black background
contrast 9.41:1
Card sample
#9dabe7 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabe7;
Background color
Panel with #9dabe7 background
background-color: #9dabe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabe7; background: linear-gradient(135deg, #9dabe7, #C09DE7);