#9ab3df
a light, vivid blue · cool · closest name: skyblue
RGB
154, 179, 223
HSL
218°, 52%, 74%
CMYK
31, 20, 0, 13
Luminance
0.4444
Every format
| HEX | #9ab3df |
| RGB | rgb(154, 179, 223) |
| HSL | hsl(218, 52%, 74%) |
| CMYK | cmyk(31%, 20%, 0%, 13%) |
| LAB | lab(72.5 1.6 -24.9) |
| LCH | lch(72.5 24.9 273.6) |
| OKLCH | oklch(0.763 0.069 261.6) |
Copy-ready code
/* CSS */
color: #9ab3df;
background-color: #9ab3df;
/* Tailwind (arbitrary) */
class="text-[#9ab3df] bg-[#9ab3df]"
/* SCSS */
$brand: #9ab3df;
/* SwiftUI */
Color(red: 0.604, green: 0.702, blue: 0.875)
/* Android */
Color.parseColor("#9ab3df")Accessibility — WCAG contrast
Aa
#9ab3df on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ab3df on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green70.2%
Blue87.5%
CMYK percentages
Cyan30.9%
Magenta19.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9ab3df text on a black background
contrast 9.89:1
Card sample
#9ab3df text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ab3df;
Background color
Panel with #9ab3df background
background-color: #9ab3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ab3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 179, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 179, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ab3df; background: linear-gradient(135deg, #9ab3df, #AF9ADF);