#9abdfd
a light, electric blue · cool · closest name: skyblue
RGB
154, 189, 253
HSL
219°, 96%, 80%
CMYK
39, 25, 0, 1
Luminance
0.5036
Every format
| HEX | #9abdfd |
| RGB | rgb(154, 189, 253) |
| HSL | hsl(219, 96%, 80%) |
| CMYK | cmyk(39%, 25%, 0%, 1%) |
| LAB | lab(76.3 3.8 -35.3) |
| LCH | lch(76.3 35.5 276.2) |
| OKLCH | oklch(0.797 0.099 262.2) |
Copy-ready code
/* CSS */
color: #9abdfd;
background-color: #9abdfd;
/* Tailwind (arbitrary) */
class="text-[#9abdfd] bg-[#9abdfd]"
/* SCSS */
$brand: #9abdfd;
/* SwiftUI */
Color(red: 0.604, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#9abdfd")Accessibility — WCAG contrast
Aa
#9abdfd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abdfd on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green74.1%
Blue99.2%
CMYK percentages
Cyan39.1%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9abdfd text on a black background
contrast 11.07:1
Card sample
#9abdfd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abdfd;
Background color
Panel with #9abdfd background
background-color: #9abdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abdfd; background: linear-gradient(135deg, #9abdfd, #B99AFD);