#99aaee
a light, vivid blue · warm · closest name: steelblue
RGB
153, 170, 238
HSL
228°, 71%, 77%
CMYK
36, 29, 0, 7
Luminance
0.4169
Every format
| HEX | #99aaee |
| RGB | rgb(153, 170, 238) |
| HSL | hsl(228, 71%, 77%) |
| CMYK | cmyk(36%, 29%, 0%, 7%) |
| LAB | lab(70.7 10.1 -35.9) |
| LCH | lch(70.7 37.3 285.7) |
| OKLCH | oklch(0.751 0.100 273.0) |
Copy-ready code
/* CSS */
color: #99aaee;
background-color: #99aaee;
/* Tailwind (arbitrary) */
class="text-[#99aaee] bg-[#99aaee]"
/* SCSS */
$brand: #99aaee;
/* SwiftUI */
Color(red: 0.600, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#99aaee")Accessibility — WCAG contrast
Aa
#99aaee on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99aaee on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green66.7%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#99aaee text on a black background
contrast 9.34:1
Card sample
#99aaee text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99aaee;
Background color
Panel with #99aaee background
background-color: #99aaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99aaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99aaee; background: linear-gradient(135deg, #99aaee, #C199EE);