#9abccf
a light, soft blue · cool · closest name: skyblue
RGB
154, 188, 207
HSL
202°, 36%, 71%
CMYK
26, 9, 0, 19
Luminance
0.4734
Every format
| HEX | #9abccf |
| RGB | rgb(154, 188, 207) |
| HSL | hsl(202, 36%, 71%) |
| CMYK | cmyk(26%, 9%, 0%, 19%) |
| LAB | lab(74.4 -7.1 -13.3) |
| LCH | lch(74.4 15.1 241.8) |
| OKLCH | oklch(0.776 0.046 232.6) |
Copy-ready code
/* CSS */
color: #9abccf;
background-color: #9abccf;
/* Tailwind (arbitrary) */
class="text-[#9abccf] bg-[#9abccf]"
/* SCSS */
$brand: #9abccf;
/* SwiftUI */
Color(red: 0.604, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#9abccf")Accessibility — WCAG contrast
Aa
#9abccf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abccf on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green73.7%
Blue81.2%
CMYK percentages
Cyan25.6%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#9abccf text on a black background
contrast 10.47:1
Card sample
#9abccf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abccf;
Background color
Panel with #9abccf background
background-color: #9abccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abccf; background: linear-gradient(135deg, #9abccf, #9B9ACF);