#9abcdf
a light, vivid blue · cool · closest name: skyblue
RGB
154, 188, 223
HSL
210°, 52%, 74%
CMYK
31, 16, 0, 13
Luminance
0.4816
Every format
| HEX | #9abcdf |
| RGB | rgb(154, 188, 223) |
| HSL | hsl(210, 52%, 74%) |
| CMYK | cmyk(31%, 16%, 0%, 13%) |
| LAB | lab(74.9 -3.3 -21.2) |
| LCH | lch(74.9 21.5 261.1) |
| OKLCH | oklch(0.782 0.062 249.4) |
Copy-ready code
/* CSS */
color: #9abcdf;
background-color: #9abcdf;
/* Tailwind (arbitrary) */
class="text-[#9abcdf] bg-[#9abcdf]"
/* SCSS */
$brand: #9abcdf;
/* SwiftUI */
Color(red: 0.604, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#9abcdf")Accessibility — WCAG contrast
Aa
#9abcdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abcdf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan30.9%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9abcdf text on a black background
contrast 10.63:1
Card sample
#9abcdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abcdf;
Background color
Panel with #9abcdf background
background-color: #9abcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abcdf; background: linear-gradient(135deg, #9abcdf, #A69ADF);