#90beee
a light, vivid blue · cool · closest name: skyblue
RGB
144, 190, 238
HSL
211°, 73%, 75%
CMYK
40, 20, 0, 7
Luminance
0.4893
Every format
| HEX | #90beee |
| RGB | rgb(144, 190, 238) |
| HSL | hsl(211, 73%, 75%) |
| CMYK | cmyk(40%, 20%, 0%, 7%) |
| LAB | lab(75.4 -3.3 -28.6) |
| LCH | lch(75.4 28.8 263.4) |
| OKLCH | oklch(0.786 0.084 250.0) |
Copy-ready code
/* CSS */
color: #90beee;
background-color: #90beee;
/* Tailwind (arbitrary) */
class="text-[#90beee] bg-[#90beee]"
/* SCSS */
$brand: #90beee;
/* SwiftUI */
Color(red: 0.565, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#90beee")Accessibility — WCAG contrast
Aa
#90beee on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90beee on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan39.5%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#90beee text on a black background
contrast 10.79:1
Card sample
#90beee text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90beee;
Background color
Panel with #90beee background
background-color: #90beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90beee; background: linear-gradient(135deg, #90beee, #A190EE);