#9aadef
a light, vivid blue · warm · closest name: steelblue
RGB
154, 173, 239
HSL
227°, 73%, 77%
CMYK
36, 28, 0, 6
Luminance
0.4299
Every format
| HEX | #9aadef |
| RGB | rgb(154, 173, 239) |
| HSL | hsl(227, 73%, 77%) |
| CMYK | cmyk(36%, 28%, 0%, 6%) |
| LAB | lab(71.5 9.0 -35.1) |
| LCH | lch(71.5 36.2 284.4) |
| OKLCH | oklch(0.758 0.098 271.6) |
Copy-ready code
/* CSS */
color: #9aadef;
background-color: #9aadef;
/* Tailwind (arbitrary) */
class="text-[#9aadef] bg-[#9aadef]"
/* SCSS */
$brand: #9aadef;
/* SwiftUI */
Color(red: 0.604, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#9aadef")Accessibility — WCAG contrast
Aa
#9aadef on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aadef on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green67.8%
Blue93.7%
CMYK percentages
Cyan35.6%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#9aadef text on a black background
contrast 9.60:1
Card sample
#9aadef text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aadef;
Background color
Panel with #9aadef background
background-color: #9aadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aadef; background: linear-gradient(135deg, #9aadef, #C09AEF);