#9bacf7
a light, electric blue · warm · closest name: steelblue
RGB
155, 172, 247
HSL
229°, 85%, 79%
CMYK
37, 30, 0, 3
Luminance
0.4319
Every format
| HEX | #9bacf7 |
| RGB | rgb(155, 172, 247) |
| HSL | hsl(229, 85%, 79%) |
| CMYK | cmyk(37%, 30%, 0%, 3%) |
| LAB | lab(71.7 11.9 -39.2) |
| LCH | lch(71.7 41.0 286.9) |
| OKLCH | oklch(0.760 0.110 273.7) |
Copy-ready code
/* CSS */
color: #9bacf7;
background-color: #9bacf7;
/* Tailwind (arbitrary) */
class="text-[#9bacf7] bg-[#9bacf7]"
/* SCSS */
$brand: #9bacf7;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.969)
/* Android */
Color.parseColor("#9bacf7")Accessibility — WCAG contrast
Aa
#9bacf7 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bacf7 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue96.9%
CMYK percentages
Cyan37.2%
Magenta30.4%
Yellow0.0%
Key (black)3.1%
Color previews
#9bacf7 text on a black background
contrast 9.64:1
Card sample
#9bacf7 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bacf7;
Background color
Panel with #9bacf7 background
background-color: #9bacf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bacf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bacf7; background: linear-gradient(135deg, #9bacf7, #C79BF7);