#90adef
a light, vivid blue · cool · closest name: steelblue
RGB
144, 173, 239
HSL
222°, 75%, 75%
CMYK
40, 28, 0, 6
Luminance
0.4205
Every format
| HEX | #90adef |
| RGB | rgb(144, 173, 239) |
| HSL | hsl(222, 75%, 75%) |
| CMYK | cmyk(40%, 28%, 0%, 6%) |
| LAB | lab(70.9 6.3 -36.1) |
| LCH | lch(70.9 36.7 279.9) |
| OKLCH | oklch(0.751 0.101 265.8) |
Copy-ready code
/* CSS */
color: #90adef;
background-color: #90adef;
/* Tailwind (arbitrary) */
class="text-[#90adef] bg-[#90adef]"
/* SCSS */
$brand: #90adef;
/* SwiftUI */
Color(red: 0.565, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#90adef")Accessibility — WCAG contrast
Aa
#90adef on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90adef on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan39.7%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#90adef text on a black background
contrast 9.41:1
Card sample
#90adef text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90adef;
Background color
Panel with #90adef background
background-color: #90adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90adef; background: linear-gradient(135deg, #90adef, #B290EF);