#9dabf5
a light, electric blue · warm · closest name: steelblue
RGB
157, 171, 245
HSL
231°, 82%, 79%
CMYK
36, 30, 0, 4
Luminance
0.4289
Every format
| HEX | #9dabf5 |
| RGB | rgb(157, 171, 245) |
| HSL | hsl(231, 82%, 79%) |
| CMYK | cmyk(36%, 30%, 0%, 4%) |
| LAB | lab(71.5 12.5 -38.5) |
| LCH | lch(71.5 40.4 288.0) |
| OKLCH | oklch(0.759 0.108 275.3) |
Copy-ready code
/* CSS */
color: #9dabf5;
background-color: #9dabf5;
/* Tailwind (arbitrary) */
class="text-[#9dabf5] bg-[#9dabf5]"
/* SCSS */
$brand: #9dabf5;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.961)
/* Android */
Color.parseColor("#9dabf5")Accessibility — WCAG contrast
Aa
#9dabf5 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabf5 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue96.1%
CMYK percentages
Cyan35.9%
Magenta30.2%
Yellow0.0%
Key (black)3.9%
Color previews
#9dabf5 text on a black background
contrast 9.58:1
Card sample
#9dabf5 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabf5;
Background color
Panel with #9dabf5 background
background-color: #9dabf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabf5; background: linear-gradient(135deg, #9dabf5, #CA9DF5);