#90b5cb
a light, soft blue · cool · closest name: skyblue
RGB
144, 181, 203
HSL
202°, 36%, 68%
CMYK
29, 11, 0, 20
Luminance
0.4329
Every format
| HEX | #90b5cb |
| RGB | rgb(144, 181, 203) |
| HSL | hsl(202, 36%, 68%) |
| CMYK | cmyk(29%, 11%, 0%, 20%) |
| LAB | lab(71.8 -7.3 -15.2) |
| LCH | lch(71.8 16.9 244.3) |
| OKLCH | oklch(0.753 0.051 234.4) |
Copy-ready code
/* CSS */
color: #90b5cb;
background-color: #90b5cb;
/* Tailwind (arbitrary) */
class="text-[#90b5cb] bg-[#90b5cb]"
/* SCSS */
$brand: #90b5cb;
/* SwiftUI */
Color(red: 0.565, green: 0.710, blue: 0.796)
/* Android */
Color.parseColor("#90b5cb")Accessibility — WCAG contrast
Aa
#90b5cb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90b5cb on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green71.0%
Blue79.6%
CMYK percentages
Cyan29.1%
Magenta10.8%
Yellow0.0%
Key (black)20.4%
Color previews
#90b5cb text on a black background
contrast 9.66:1
Card sample
#90b5cb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90b5cb;
Background color
Panel with #90b5cb background
background-color: #90b5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90b5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 181, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 181, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90b5cb; background: linear-gradient(135deg, #90b5cb, #9290CB);