#9aaeee
a light, vivid blue · warm · closest name: steelblue
RGB
154, 174, 238
HSL
226°, 71%, 77%
CMYK
35, 27, 0, 7
Luminance
0.4332
Every format
| HEX | #9aaeee |
| RGB | rgb(154, 174, 238) |
| HSL | hsl(226, 71%, 77%) |
| CMYK | cmyk(35%, 27%, 0%, 7%) |
| LAB | lab(71.8 8.2 -34.2) |
| LCH | lch(71.8 35.2 283.4) |
| OKLCH | oklch(0.759 0.095 270.7) |
Copy-ready code
/* CSS */
color: #9aaeee;
background-color: #9aaeee;
/* Tailwind (arbitrary) */
class="text-[#9aaeee] bg-[#9aaeee]"
/* SCSS */
$brand: #9aaeee;
/* SwiftUI */
Color(red: 0.604, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#9aaeee")Accessibility — WCAG contrast
Aa
#9aaeee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aaeee on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green68.2%
Blue93.3%
CMYK percentages
Cyan35.3%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#9aaeee text on a black background
contrast 9.66:1
Card sample
#9aaeee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aaeee;
Background color
Panel with #9aaeee background
background-color: #9aaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aaeee; background: linear-gradient(135deg, #9aaeee, #BE9AEE);