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