#90baeb
a light, vivid blue · cool · closest name: skyblue
RGB
144, 186, 235
HSL
212°, 70%, 74%
CMYK
39, 21, 0, 8
Luminance
0.4705
Every format
| HEX | #90baeb |
| RGB | rgb(144, 186, 235) |
| HSL | hsl(212, 70%, 74%) |
| CMYK | cmyk(39%, 21%, 0%, 8%) |
| LAB | lab(74.2 -1.9 -28.9) |
| LCH | lch(74.2 28.9 266.2) |
| OKLCH | oklch(0.777 0.084 252.7) |
Copy-ready code
/* CSS */
color: #90baeb;
background-color: #90baeb;
/* Tailwind (arbitrary) */
class="text-[#90baeb] bg-[#90baeb]"
/* SCSS */
$brand: #90baeb;
/* SwiftUI */
Color(red: 0.565, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#90baeb")Accessibility — WCAG contrast
Aa
#90baeb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90baeb on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#90baeb text on a black background
contrast 10.41:1
Card sample
#90baeb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90baeb;
Background color
Panel with #90baeb background
background-color: #90baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90baeb; background: linear-gradient(135deg, #90baeb, #A390EB);