#90bafd
a light, electric blue · cool · closest name: steelblue
RGB
144, 186, 253
HSL
217°, 97%, 78%
CMYK
43, 27, 0, 1
Luminance
0.4814
Every format
| HEX | #90bafd |
| RGB | rgb(144, 186, 253) |
| HSL | hsl(217, 97%, 78%) |
| CMYK | cmyk(43%, 27%, 0%, 1%) |
| LAB | lab(74.9 2.9 -37.5) |
| LCH | lch(74.9 37.6 274.5) |
| OKLCH | oklch(0.784 0.106 259.5) |
Copy-ready code
/* CSS */
color: #90bafd;
background-color: #90bafd;
/* Tailwind (arbitrary) */
class="text-[#90bafd] bg-[#90bafd]"
/* SCSS */
$brand: #90bafd;
/* SwiftUI */
Color(red: 0.565, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#90bafd")Accessibility — WCAG contrast
Aa
#90bafd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90bafd on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan43.1%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#90bafd text on a black background
contrast 10.63:1
Card sample
#90bafd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90bafd;
Background color
Panel with #90bafd background
background-color: #90bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90bafd; background: linear-gradient(135deg, #90bafd, #AF90FD);