#90afee
a light, vivid blue · cool · closest name: steelblue
RGB
144, 175, 238
HSL
220°, 73%, 75%
CMYK
40, 27, 0, 7
Luminance
0.4276
Every format
| HEX | #90afee |
| RGB | rgb(144, 175, 238) |
| HSL | hsl(220, 73%, 75%) |
| CMYK | cmyk(40%, 27%, 0%, 7%) |
| LAB | lab(71.4 4.9 -34.8) |
| LCH | lch(71.4 35.2 278.1) |
| OKLCH | oklch(0.755 0.098 264.0) |
Copy-ready code
/* CSS */
color: #90afee;
background-color: #90afee;
/* Tailwind (arbitrary) */
class="text-[#90afee] bg-[#90afee]"
/* SCSS */
$brand: #90afee;
/* SwiftUI */
Color(red: 0.565, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#90afee")Accessibility — WCAG contrast
Aa
#90afee on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90afee on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green68.6%
Blue93.3%
CMYK percentages
Cyan39.5%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#90afee text on a black background
contrast 9.55:1
Card sample
#90afee text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90afee;
Background color
Panel with #90afee background
background-color: #90afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90afee; background: linear-gradient(135deg, #90afee, #B090EE);