#9ab2fd
a light, electric blue · warm · closest name: steelblue
RGB
154, 178, 253
HSL
226°, 96%, 80%
CMYK
39, 30, 0, 1
Luminance
0.4580
Every format
| HEX | #9ab2fd |
| RGB | rgb(154, 178, 253) |
| HSL | hsl(226, 96%, 80%) |
| CMYK | cmyk(39%, 30%, 0%, 1%) |
| LAB | lab(73.4 9.9 -39.8) |
| LCH | lch(73.4 41.0 284.0) |
| OKLCH | oklch(0.774 0.111 270.1) |
Copy-ready code
/* CSS */
color: #9ab2fd;
background-color: #9ab2fd;
/* Tailwind (arbitrary) */
class="text-[#9ab2fd] bg-[#9ab2fd]"
/* SCSS */
$brand: #9ab2fd;
/* SwiftUI */
Color(red: 0.604, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#9ab2fd")Accessibility — WCAG contrast
Aa
#9ab2fd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ab2fd on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green69.8%
Blue99.2%
CMYK percentages
Cyan39.1%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9ab2fd text on a black background
contrast 10.16:1
Card sample
#9ab2fd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ab2fd;
Background color
Panel with #9ab2fd background
background-color: #9ab2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ab2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ab2fd; background: linear-gradient(135deg, #9ab2fd, #C49AFD);