#90afeb
a light, vivid blue · cool · closest name: steelblue
RGB
144, 175, 235
HSL
220°, 70%, 74%
CMYK
39, 26, 0, 8
Luminance
0.4259
Every format
| HEX | #90afeb |
| RGB | rgb(144, 175, 235) |
| HSL | hsl(220, 70%, 74%) |
| CMYK | cmyk(39%, 26%, 0%, 8%) |
| LAB | lab(71.3 4.1 -33.4) |
| LCH | lch(71.3 33.6 277.1) |
| OKLCH | oklch(0.754 0.093 263.2) |
Copy-ready code
/* CSS */
color: #90afeb;
background-color: #90afeb;
/* Tailwind (arbitrary) */
class="text-[#90afeb] bg-[#90afeb]"
/* SCSS */
$brand: #90afeb;
/* SwiftUI */
Color(red: 0.565, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#90afeb")Accessibility — WCAG contrast
Aa
#90afeb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90afeb on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green68.6%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#90afeb text on a black background
contrast 9.52:1
Card sample
#90afeb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90afeb;
Background color
Panel with #90afeb background
background-color: #90afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90afeb; background: linear-gradient(135deg, #90afeb, #AE90EB);