#9bacf3
a light, electric blue · warm · closest name: steelblue
RGB
155, 172, 243
HSL
228°, 79%, 78%
CMYK
36, 29, 0, 5
Luminance
0.4294
Every format
| HEX | #9bacf3 |
| RGB | rgb(155, 172, 243) |
| HSL | hsl(228, 79%, 78%) |
| CMYK | cmyk(36%, 29%, 0%, 5%) |
| LAB | lab(71.5 10.9 -37.3) |
| LCH | lch(71.5 38.9 286.2) |
| OKLCH | oklch(0.758 0.104 273.4) |
Copy-ready code
/* CSS */
color: #9bacf3;
background-color: #9bacf3;
/* Tailwind (arbitrary) */
class="text-[#9bacf3] bg-[#9bacf3]"
/* SCSS */
$brand: #9bacf3;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#9bacf3")Accessibility — WCAG contrast
Aa
#9bacf3 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bacf3 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue95.3%
CMYK percentages
Cyan36.2%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#9bacf3 text on a black background
contrast 9.59:1
Card sample
#9bacf3 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bacf3;
Background color
Panel with #9bacf3 background
background-color: #9bacf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bacf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bacf3; background: linear-gradient(135deg, #9bacf3, #C59BF3);