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