#9dabf1
a light, electric blue · warm · closest name: steelblue
RGB
157, 171, 241
HSL
230°, 75%, 78%
CMYK
35, 29, 0, 6
Luminance
0.4264
Every format
| HEX | #9dabf1 |
| RGB | rgb(157, 171, 241) |
| HSL | hsl(230, 75%, 78%) |
| CMYK | cmyk(35%, 29%, 0%, 6%) |
| LAB | lab(71.3 11.4 -36.5) |
| LCH | lch(71.3 38.3 287.4) |
| OKLCH | oklch(0.757 0.102 275.0) |
Copy-ready code
/* CSS */
color: #9dabf1;
background-color: #9dabf1;
/* Tailwind (arbitrary) */
class="text-[#9dabf1] bg-[#9dabf1]"
/* SCSS */
$brand: #9dabf1;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.945)
/* Android */
Color.parseColor("#9dabf1")Accessibility — WCAG contrast
Aa
#9dabf1 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabf1 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue94.5%
CMYK percentages
Cyan34.9%
Magenta29.0%
Yellow0.0%
Key (black)5.5%
Color previews
#9dabf1 text on a black background
contrast 9.53:1
Card sample
#9dabf1 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabf1;
Background color
Panel with #9dabf1 background
background-color: #9dabf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabf1; background: linear-gradient(135deg, #9dabf1, #C79DF1);