#9faee8
a light, vivid blue · warm · closest name: steelblue
RGB
159, 174, 232
HSL
228°, 61%, 77%
CMYK
32, 25, 0, 9
Luminance
0.4347
Every format
| HEX | #9faee8 |
| RGB | rgb(159, 174, 232) |
| HSL | hsl(228, 61%, 77%) |
| CMYK | cmyk(32%, 25%, 0%, 9%) |
| LAB | lab(71.9 8.0 -30.8) |
| LCH | lch(71.9 31.8 284.6) |
| OKLCH | oklch(0.760 0.085 273.0) |
Copy-ready code
/* CSS */
color: #9faee8;
background-color: #9faee8;
/* Tailwind (arbitrary) */
class="text-[#9faee8] bg-[#9faee8]"
/* SCSS */
$brand: #9faee8;
/* SwiftUI */
Color(red: 0.624, green: 0.682, blue: 0.910)
/* Android */
Color.parseColor("#9faee8")Accessibility — WCAG contrast
Aa
#9faee8 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9faee8 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green68.2%
Blue91.0%
CMYK percentages
Cyan31.5%
Magenta25.0%
Yellow0.0%
Key (black)9.0%
Color previews
#9faee8 text on a black background
contrast 9.69:1
Card sample
#9faee8 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9faee8;
Background color
Panel with #9faee8 background
background-color: #9faee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9faee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 174, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 174, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9faee8; background: linear-gradient(135deg, #9faee8, #C19FE8);