#9abafd
a light, electric blue · cool · closest name: steelblue
RGB
154, 186, 253
HSL
221°, 96%, 80%
CMYK
39, 27, 0, 1
Luminance
0.4908
Every format
| HEX | #9abafd |
| RGB | rgb(154, 186, 253) |
| HSL | hsl(221, 96%, 80%) |
| CMYK | cmyk(39%, 27%, 0%, 1%) |
| LAB | lab(75.5 5.5 -36.5) |
| LCH | lch(75.5 36.9 278.5) |
| OKLCH | oklch(0.790 0.102 264.5) |
Copy-ready code
/* CSS */
color: #9abafd;
background-color: #9abafd;
/* Tailwind (arbitrary) */
class="text-[#9abafd] bg-[#9abafd]"
/* SCSS */
$brand: #9abafd;
/* SwiftUI */
Color(red: 0.604, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#9abafd")Accessibility — WCAG contrast
Aa
#9abafd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abafd on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green72.9%
Blue99.2%
CMYK percentages
Cyan39.1%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#9abafd text on a black background
contrast 10.82:1
Card sample
#9abafd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abafd;
Background color
Panel with #9abafd background
background-color: #9abafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abafd; background: linear-gradient(135deg, #9abafd, #BC9AFD);