#9dabee
a light, vivid blue · warm · closest name: steelblue
RGB
157, 171, 238
HSL
230°, 70%, 78%
CMYK
34, 28, 0, 7
Luminance
0.4247
Every format
| HEX | #9dabee |
| RGB | rgb(157, 171, 238) |
| HSL | hsl(230, 70%, 78%) |
| CMYK | cmyk(34%, 28%, 0%, 7%) |
| LAB | lab(71.2 10.7 -35.1) |
| LCH | lch(71.2 36.7 286.9) |
| OKLCH | oklch(0.755 0.098 274.7) |
Copy-ready code
/* CSS */
color: #9dabee;
background-color: #9dabee;
/* Tailwind (arbitrary) */
class="text-[#9dabee] bg-[#9dabee]"
/* SCSS */
$brand: #9dabee;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.933)
/* Android */
Color.parseColor("#9dabee")Accessibility — WCAG contrast
Aa
#9dabee on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabee on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue93.3%
CMYK percentages
Cyan34.0%
Magenta28.2%
Yellow0.0%
Key (black)6.7%
Color previews
#9dabee text on a black background
contrast 9.49:1
Card sample
#9dabee text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabee;
Background color
Panel with #9dabee background
background-color: #9dabee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabee; background: linear-gradient(135deg, #9dabee, #C59DEE);