#9faff5
a light, electric blue · warm · closest name: steelblue
RGB
159, 175, 245
HSL
229°, 81%, 79%
CMYK
35, 29, 0, 4
Luminance
0.4462
Every format
| HEX | #9faff5 |
| RGB | rgb(159, 175, 245) |
| HSL | hsl(229, 81%, 79%) |
| CMYK | cmyk(35%, 29%, 0%, 4%) |
| LAB | lab(72.6 10.8 -36.6) |
| LCH | lch(72.6 38.2 286.4) |
| OKLCH | oklch(0.768 0.102 273.9) |
Copy-ready code
/* CSS */
color: #9faff5;
background-color: #9faff5;
/* Tailwind (arbitrary) */
class="text-[#9faff5] bg-[#9faff5]"
/* SCSS */
$brand: #9faff5;
/* SwiftUI */
Color(red: 0.624, green: 0.686, blue: 0.961)
/* Android */
Color.parseColor("#9faff5")Accessibility — WCAG contrast
Aa
#9faff5 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9faff5 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green68.6%
Blue96.1%
CMYK percentages
Cyan35.1%
Magenta28.6%
Yellow0.0%
Key (black)3.9%
Color previews
#9faff5 text on a black background
contrast 9.92:1
Card sample
#9faff5 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9faff5;
Background color
Panel with #9faff5 background
background-color: #9faff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9faff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 175, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 175, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9faff5; background: linear-gradient(135deg, #9faff5, #C89FF5);