#9bbaff
a light, electric blue · cool · closest name: steelblue
RGB
155, 186, 255
HSL
221°, 100%, 80%
CMYK
39, 27, 0, 0
Luminance
0.4931
Every format
| HEX | #9bbaff |
| RGB | rgb(155, 186, 255) |
| HSL | hsl(221, 100%, 80%) |
| CMYK | cmyk(39%, 27%, 0%, 0%) |
| LAB | lab(75.6 6.3 -37.4) |
| LCH | lch(75.6 37.9 279.5) |
| OKLCH | oklch(0.792 0.104 265.5) |
Copy-ready code
/* CSS */
color: #9bbaff;
background-color: #9bbaff;
/* Tailwind (arbitrary) */
class="text-[#9bbaff] bg-[#9bbaff]"
/* SCSS */
$brand: #9bbaff;
/* SwiftUI */
Color(red: 0.608, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#9bbaff")Accessibility — WCAG contrast
Aa
#9bbaff on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bbaff on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green72.9%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#9bbaff text on a black background
contrast 10.86:1
Card sample
#9bbaff text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bbaff;
Background color
Panel with #9bbaff background
background-color: #9bbaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bbaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bbaff; background: linear-gradient(135deg, #9bbaff, #BF9BFF);