#90abdf
a light, vivid blue · cool · closest name: steelblue
RGB
144, 171, 223
HSL
220°, 55%, 72%
CMYK
35, 23, 0, 13
Luminance
0.4038
Every format
| HEX | #90abdf |
| RGB | rgb(144, 171, 223) |
| HSL | hsl(220, 55%, 72%) |
| CMYK | cmyk(35%, 23%, 0%, 13%) |
| LAB | lab(69.7 3.2 -29.2) |
| LCH | lch(69.7 29.4 276.2) |
| OKLCH | oklch(0.740 0.082 263.2) |
Copy-ready code
/* CSS */
color: #90abdf;
background-color: #90abdf;
/* Tailwind (arbitrary) */
class="text-[#90abdf] bg-[#90abdf]"
/* SCSS */
$brand: #90abdf;
/* SwiftUI */
Color(red: 0.565, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#90abdf")Accessibility — WCAG contrast
Aa
#90abdf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90abdf on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#90abdf text on a black background
contrast 9.08:1
Card sample
#90abdf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90abdf;
Background color
Panel with #90abdf background
background-color: #90abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90abdf; background: linear-gradient(135deg, #90abdf, #AA90DF);