#9abdf4
a light, electric blue · cool · closest name: skyblue
RGB
154, 189, 244
HSL
217°, 80%, 78%
CMYK
37, 23, 0, 4
Luminance
0.4980
Every format
| HEX | #9abdf4 |
| RGB | rgb(154, 189, 244) |
| HSL | hsl(217, 80%, 78%) |
| CMYK | cmyk(37%, 23%, 0%, 4%) |
| LAB | lab(75.9 1.4 -31.0) |
| LCH | lch(75.9 31.0 272.7) |
| OKLCH | oklch(0.793 0.087 259.3) |
Copy-ready code
/* CSS */
color: #9abdf4;
background-color: #9abdf4;
/* Tailwind (arbitrary) */
class="text-[#9abdf4] bg-[#9abdf4]"
/* SCSS */
$brand: #9abdf4;
/* SwiftUI */
Color(red: 0.604, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#9abdf4")Accessibility — WCAG contrast
Aa
#9abdf4 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abdf4 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green74.1%
Blue95.7%
CMYK percentages
Cyan36.9%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#9abdf4 text on a black background
contrast 10.96:1
Card sample
#9abdf4 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abdf4;
Background color
Panel with #9abdf4 background
background-color: #9abdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abdf4; background: linear-gradient(135deg, #9abdf4, #B39AF4);