#9abdf0
a light, vivid blue · cool · closest name: skyblue
RGB
154, 189, 240
HSL
216°, 74%, 77%
CMYK
36, 21, 0, 6
Luminance
0.4956
Every format
| HEX | #9abdf0 |
| RGB | rgb(154, 189, 240) |
| HSL | hsl(216, 74%, 77%) |
| CMYK | cmyk(36%, 21%, 0%, 6%) |
| LAB | lab(75.8 0.4 -29.1) |
| LCH | lch(75.8 29.1 270.8) |
| OKLCH | oklch(0.791 0.082 257.7) |
Copy-ready code
/* CSS */
color: #9abdf0;
background-color: #9abdf0;
/* Tailwind (arbitrary) */
class="text-[#9abdf0] bg-[#9abdf0]"
/* SCSS */
$brand: #9abdf0;
/* SwiftUI */
Color(red: 0.604, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#9abdf0")Accessibility — WCAG contrast
Aa
#9abdf0 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abdf0 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green74.1%
Blue94.1%
CMYK percentages
Cyan35.8%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#9abdf0 text on a black background
contrast 10.91:1
Card sample
#9abdf0 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abdf0;
Background color
Panel with #9abdf0 background
background-color: #9abdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abdf0; background: linear-gradient(135deg, #9abdf0, #B19AF0);