#9bafe2
a light, vivid blue · cool · closest name: steelblue
RGB
155, 175, 226
HSL
223°, 55%, 75%
CMYK
31, 23, 0, 11
Luminance
0.4312
Every format
| HEX | #9bafe2 |
| RGB | rgb(155, 175, 226) |
| HSL | hsl(223, 55%, 75%) |
| CMYK | cmyk(31%, 23%, 0%, 11%) |
| LAB | lab(71.6 4.8 -27.9) |
| LCH | lch(71.6 28.3 279.8) |
| OKLCH | oklch(0.757 0.077 267.9) |
Copy-ready code
/* CSS */
color: #9bafe2;
background-color: #9bafe2;
/* Tailwind (arbitrary) */
class="text-[#9bafe2] bg-[#9bafe2]"
/* SCSS */
$brand: #9bafe2;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#9bafe2")Accessibility — WCAG contrast
Aa
#9bafe2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bafe2 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue88.6%
CMYK percentages
Cyan31.4%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#9bafe2 text on a black background
contrast 9.62:1
Card sample
#9bafe2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bafe2;
Background color
Panel with #9bafe2 background
background-color: #9bafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bafe2; background: linear-gradient(135deg, #9bafe2, #B69BE2);