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