#9dabf0
a light, vivid blue · warm · closest name: steelblue
RGB
157, 171, 240
HSL
230°, 74%, 78%
CMYK
35, 29, 0, 6
Luminance
0.4259
Every format
| HEX | #9dabf0 |
| RGB | rgb(157, 171, 240) |
| HSL | hsl(230, 74%, 78%) |
| CMYK | cmyk(35%, 29%, 0%, 6%) |
| LAB | lab(71.3 11.2 -36.0) |
| LCH | lch(71.3 37.7 287.2) |
| OKLCH | oklch(0.756 0.101 274.9) |
Copy-ready code
/* CSS */
color: #9dabf0;
background-color: #9dabf0;
/* Tailwind (arbitrary) */
class="text-[#9dabf0] bg-[#9dabf0]"
/* SCSS */
$brand: #9dabf0;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.941)
/* Android */
Color.parseColor("#9dabf0")Accessibility — WCAG contrast
Aa
#9dabf0 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dabf0 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue94.1%
CMYK percentages
Cyan34.6%
Magenta28.8%
Yellow0.0%
Key (black)5.9%
Color previews
#9dabf0 text on a black background
contrast 9.52:1
Card sample
#9dabf0 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dabf0;
Background color
Panel with #9dabf0 background
background-color: #9dabf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dabf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dabf0; background: linear-gradient(135deg, #9dabf0, #C69DF0);