#90bdf4
a light, electric blue · cool · closest name: skyblue
RGB
144, 189, 244
HSL
213°, 82%, 76%
CMYK
41, 23, 0, 4
Luminance
0.4886
Every format
| HEX | #90bdf4 |
| RGB | rgb(144, 189, 244) |
| HSL | hsl(213, 82%, 76%) |
| CMYK | cmyk(41%, 23%, 0%, 4%) |
| LAB | lab(75.4 -1.2 -31.9) |
| LCH | lch(75.4 32.0 267.9) |
| OKLCH | oklch(0.787 0.092 253.8) |
Copy-ready code
/* CSS */
color: #90bdf4;
background-color: #90bdf4;
/* Tailwind (arbitrary) */
class="text-[#90bdf4] bg-[#90bdf4]"
/* SCSS */
$brand: #90bdf4;
/* SwiftUI */
Color(red: 0.565, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#90bdf4")Accessibility — WCAG contrast
Aa
#90bdf4 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90bdf4 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green74.1%
Blue95.7%
CMYK percentages
Cyan41.0%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#90bdf4 text on a black background
contrast 10.77:1
Card sample
#90bdf4 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90bdf4;
Background color
Panel with #90bdf4 background
background-color: #90bdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90bdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90bdf4; background: linear-gradient(135deg, #90bdf4, #A690F4);