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