#9fadef
a light, vivid blue · warm · closest name: steelblue
RGB
159, 173, 239
HSL
230°, 71%, 78%
CMYK
34, 28, 0, 6
Luminance
0.4349
Every format
| HEX | #9fadef |
| RGB | rgb(159, 173, 239) |
| HSL | hsl(230, 71%, 78%) |
| CMYK | cmyk(34%, 28%, 0%, 6%) |
| LAB | lab(71.9 10.3 -34.5) |
| LCH | lch(71.9 36.1 286.7) |
| OKLCH | oklch(0.761 0.096 274.7) |
Copy-ready code
/* CSS */
color: #9fadef;
background-color: #9fadef;
/* Tailwind (arbitrary) */
class="text-[#9fadef] bg-[#9fadef]"
/* SCSS */
$brand: #9fadef;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#9fadef")Accessibility — WCAG contrast
Aa
#9fadef on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fadef on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue93.7%
CMYK percentages
Cyan33.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#9fadef text on a black background
contrast 9.70:1
Card sample
#9fadef text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fadef;
Background color
Panel with #9fadef background
background-color: #9fadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fadef; background: linear-gradient(135deg, #9fadef, #C69FEF);