#9abdf8
a light, electric blue · cool · closest name: skyblue
RGB
154, 189, 248
HSL
218°, 87%, 79%
CMYK
38, 24, 0, 3
Luminance
0.5004
Every format
| HEX | #9abdf8 |
| RGB | rgb(154, 189, 248) |
| HSL | hsl(218, 87%, 79%) |
| CMYK | cmyk(38%, 24%, 0%, 3%) |
| LAB | lab(76.1 2.5 -32.9) |
| LCH | lch(76.1 33.0 274.3) |
| OKLCH | oklch(0.794 0.093 260.7) |
Copy-ready code
/* CSS */
color: #9abdf8;
background-color: #9abdf8;
/* Tailwind (arbitrary) */
class="text-[#9abdf8] bg-[#9abdf8]"
/* SCSS */
$brand: #9abdf8;
/* SwiftUI */
Color(red: 0.604, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#9abdf8")Accessibility — WCAG contrast
Aa
#9abdf8 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abdf8 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green74.1%
Blue97.3%
CMYK percentages
Cyan37.9%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#9abdf8 text on a black background
contrast 11.01:1
Card sample
#9abdf8 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abdf8;
Background color
Panel with #9abdf8 background
background-color: #9abdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abdf8; background: linear-gradient(135deg, #9abdf8, #B69AF8);