#9facf2
a light, electric blue · warm · closest name: steelblue
RGB
159, 172, 242
HSL
231°, 76%, 79%
CMYK
34, 29, 0, 5
Luminance
0.4329
Every format
| HEX | #9facf2 |
| RGB | rgb(159, 172, 242) |
| HSL | hsl(231, 76%, 79%) |
| CMYK | cmyk(34%, 29%, 0%, 5%) |
| LAB | lab(71.8 11.7 -36.4) |
| LCH | lch(71.8 38.2 287.8) |
| OKLCH | oklch(0.761 0.102 275.6) |
Copy-ready code
/* CSS */
color: #9facf2;
background-color: #9facf2;
/* Tailwind (arbitrary) */
class="text-[#9facf2] bg-[#9facf2]"
/* SCSS */
$brand: #9facf2;
/* SwiftUI */
Color(red: 0.624, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#9facf2")Accessibility — WCAG contrast
Aa
#9facf2 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9facf2 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.5%
Blue94.9%
CMYK percentages
Cyan34.3%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#9facf2 text on a black background
contrast 9.66:1
Card sample
#9facf2 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9facf2;
Background color
Panel with #9facf2 background
background-color: #9facf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9facf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9facf2; background: linear-gradient(135deg, #9facf2, #C99FF2);