#90cceb
a light, vivid blue · cool · closest name: skyblue
RGB
144, 204, 235
HSL
200°, 70%, 74%
CMYK
39, 13, 0, 8
Luminance
0.5511
Every format
| HEX | #90cceb |
| RGB | rgb(144, 204, 235) |
| HSL | hsl(200, 70%, 74%) |
| CMYK | cmyk(39%, 13%, 0%, 8%) |
| LAB | lab(79.1 -11.5 -21.4) |
| LCH | lch(79.1 24.3 241.7) |
| OKLCH | oklch(0.815 0.075 231.4) |
Copy-ready code
/* CSS */
color: #90cceb;
background-color: #90cceb;
/* Tailwind (arbitrary) */
class="text-[#90cceb] bg-[#90cceb]"
/* SCSS */
$brand: #90cceb;
/* SwiftUI */
Color(red: 0.565, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#90cceb")Accessibility — WCAG contrast
Aa
#90cceb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cceb on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green80.0%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#90cceb text on a black background
contrast 12.02:1
Card sample
#90cceb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cceb;
Background color
Panel with #90cceb background
background-color: #90cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cceb; background: linear-gradient(135deg, #90cceb, #9190EB);