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