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