#90b2eb
a light, vivid blue · cool · closest name: steelblue
RGB
144, 178, 235
HSL
218°, 70%, 74%
CMYK
39, 24, 0, 8
Luminance
0.4377
Every format
| HEX | #90b2eb |
| RGB | rgb(144, 178, 235) |
| HSL | hsl(218, 70%, 74%) |
| CMYK | cmyk(39%, 24%, 0%, 8%) |
| LAB | lab(72.1 2.5 -32.2) |
| LCH | lch(72.1 32.3 274.4) |
| OKLCH | oklch(0.760 0.091 260.6) |
Copy-ready code
/* CSS */
color: #90b2eb;
background-color: #90b2eb;
/* Tailwind (arbitrary) */
class="text-[#90b2eb] bg-[#90b2eb]"
/* SCSS */
$brand: #90b2eb;
/* SwiftUI */
Color(red: 0.565, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#90b2eb")Accessibility — WCAG contrast
Aa
#90b2eb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90b2eb on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green69.8%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#90b2eb text on a black background
contrast 9.75:1
Card sample
#90b2eb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90b2eb;
Background color
Panel with #90b2eb background
background-color: #90b2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90b2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90b2eb; background: linear-gradient(135deg, #90b2eb, #AB90EB);