#9bacce
a light, soft blue · cool · closest name: skyblue
RGB
155, 172, 206
HSL
220°, 34%, 71%
CMYK
25, 17, 0, 19
Luminance
0.4093
Every format
| HEX | #9bacce |
| RGB | rgb(155, 172, 206) |
| HSL | hsl(220, 34%, 71%) |
| CMYK | cmyk(25%, 17%, 0%, 19%) |
| LAB | lab(70.1 1.6 -19.2) |
| LCH | lch(70.1 19.3 274.8) |
| OKLCH | oklch(0.743 0.053 264.2) |
Copy-ready code
/* CSS */
color: #9bacce;
background-color: #9bacce;
/* Tailwind (arbitrary) */
class="text-[#9bacce] bg-[#9bacce]"
/* SCSS */
$brand: #9bacce;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#9bacce")Accessibility — WCAG contrast
Aa
#9bacce on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bacce on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue80.8%
CMYK percentages
Cyan24.8%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#9bacce text on a black background
contrast 9.19:1
Card sample
#9bacce text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bacce;
Background color
Panel with #9bacce background
background-color: #9bacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bacce; background: linear-gradient(135deg, #9bacce, #AC9BCE);