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