#90a7df
a light, vivid blue · cool · closest name: steelblue
RGB
144, 167, 223
HSL
223°, 55%, 72%
CMYK
35, 25, 0, 13
Luminance
0.3889
Every format
| HEX | #90a7df |
| RGB | rgb(144, 167, 223) |
| HSL | hsl(223, 55%, 72%) |
| CMYK | cmyk(35%, 25%, 0%, 13%) |
| LAB | lab(68.7 5.4 -30.9) |
| LCH | lch(68.7 31.3 279.9) |
| OKLCH | oklch(0.732 0.086 267.0) |
Copy-ready code
/* CSS */
color: #90a7df;
background-color: #90a7df;
/* Tailwind (arbitrary) */
class="text-[#90a7df] bg-[#90a7df]"
/* SCSS */
$brand: #90a7df;
/* SwiftUI */
Color(red: 0.565, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#90a7df")Accessibility — WCAG contrast
Aa
#90a7df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90a7df on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green65.5%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#90a7df text on a black background
contrast 8.78:1
Card sample
#90a7df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90a7df;
Background color
Panel with #90a7df background
background-color: #90a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90a7df; background: linear-gradient(135deg, #90a7df, #AE90DF);