#9fade7
a light, vivid blue · warm · closest name: steelblue
RGB
159, 173, 231
HSL
228°, 60%, 77%
CMYK
31, 25, 0, 9
Luminance
0.4303
Every format
| HEX | #9fade7 |
| RGB | rgb(159, 173, 231) |
| HSL | hsl(228, 60%, 77%) |
| CMYK | cmyk(31%, 25%, 0%, 9%) |
| LAB | lab(71.6 8.3 -30.7) |
| LCH | lch(71.6 31.8 285.2) |
| OKLCH | oklch(0.758 0.085 273.7) |
Copy-ready code
/* CSS */
color: #9fade7;
background-color: #9fade7;
/* Tailwind (arbitrary) */
class="text-[#9fade7] bg-[#9fade7]"
/* SCSS */
$brand: #9fade7;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 0.906)
/* Android */
Color.parseColor("#9fade7")Accessibility — WCAG contrast
Aa
#9fade7 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fade7 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue90.6%
CMYK percentages
Cyan31.2%
Magenta25.1%
Yellow0.0%
Key (black)9.4%
Color previews
#9fade7 text on a black background
contrast 9.61:1
Card sample
#9fade7 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fade7;
Background color
Panel with #9fade7 background
background-color: #9fade7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fade7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fade7; background: linear-gradient(135deg, #9fade7, #C19FE7);