#9ab0df
a light, vivid blue · cool · closest name: skyblue
RGB
154, 176, 223
HSL
221°, 52%, 74%
CMYK
31, 21, 0, 13
Luminance
0.4325
Every format
| HEX | #9ab0df |
| RGB | rgb(154, 176, 223) |
| HSL | hsl(221, 52%, 74%) |
| CMYK | cmyk(31%, 21%, 0%, 13%) |
| LAB | lab(71.7 3.2 -26.1) |
| LCH | lch(71.7 26.3 277.1) |
| OKLCH | oklch(0.757 0.072 265.2) |
Copy-ready code
/* CSS */
color: #9ab0df;
background-color: #9ab0df;
/* Tailwind (arbitrary) */
class="text-[#9ab0df] bg-[#9ab0df]"
/* SCSS */
$brand: #9ab0df;
/* SwiftUI */
Color(red: 0.604, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#9ab0df")Accessibility — WCAG contrast
Aa
#9ab0df on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ab0df on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green69.0%
Blue87.5%
CMYK percentages
Cyan30.9%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9ab0df text on a black background
contrast 9.65:1
Card sample
#9ab0df text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ab0df;
Background color
Panel with #9ab0df background
background-color: #9ab0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ab0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ab0df; background: linear-gradient(135deg, #9ab0df, #B29ADF);