#9dabe9
a light, vivid blue · warm · closest name: steelblue
RGB
157, 171, 233
HSL
229°, 63%, 77%
CMYK
33, 27, 0, 9
Luminance
0.4218
Every format
| HEX | #9dabe9 |
| RGB | rgb(157, 171, 233) |
| HSL | hsl(229, 63%, 77%) |
| CMYK | cmyk(33%, 27%, 0%, 9%) |
| LAB | lab(71.0 9.4 -32.7) |
| LCH | lch(71.0 34.0 286.0) |
| OKLCH | oklch(0.753 0.091 274.2) |
Copy-ready code
/* CSS */
color: #9dabe9;
background-color: #9dabe9;
/* Tailwind (arbitrary) */
class="text-[#9dabe9] bg-[#9dabe9]"
/* SCSS */
$brand: #9dabe9;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.914)
/* Android */
Color.parseColor("#9dabe9")Accessibility — WCAG contrast
Aa
#9dabe9 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabe9 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue91.4%
CMYK percentages
Cyan32.6%
Magenta26.6%
Yellow0.0%
Key (black)8.6%
Color previews
#9dabe9 text on a black background
contrast 9.44:1
Card sample
#9dabe9 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabe9;
Background color
Panel with #9dabe9 background
background-color: #9dabe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabe9; background: linear-gradient(135deg, #9dabe9, #C29DE9);