#9dabf4
a light, electric blue · warm · closest name: steelblue
RGB
157, 171, 244
HSL
230°, 80%, 79%
CMYK
36, 30, 0, 4
Luminance
0.4283
Every format
| HEX | #9dabf4 |
| RGB | rgb(157, 171, 244) |
| HSL | hsl(230, 80%, 79%) |
| CMYK | cmyk(36%, 30%, 0%, 4%) |
| LAB | lab(71.4 12.2 -38.0) |
| LCH | lch(71.4 39.9 287.8) |
| OKLCH | oklch(0.758 0.106 275.3) |
Copy-ready code
/* CSS */
color: #9dabf4;
background-color: #9dabf4;
/* Tailwind (arbitrary) */
class="text-[#9dabf4] bg-[#9dabf4]"
/* SCSS */
$brand: #9dabf4;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.957)
/* Android */
Color.parseColor("#9dabf4")Accessibility — WCAG contrast
Aa
#9dabf4 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabf4 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue95.7%
CMYK percentages
Cyan35.7%
Magenta29.9%
Yellow0.0%
Key (black)4.3%
Color previews
#9dabf4 text on a black background
contrast 9.57:1
Card sample
#9dabf4 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabf4;
Background color
Panel with #9dabf4 background
background-color: #9dabf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabf4; background: linear-gradient(135deg, #9dabf4, #C99DF4);