#90ebff
a light, electric cyan · cool · closest name: skyblue
RGB
144, 235, 255
HSL
191°, 100%, 78%
CMYK
44, 8, 0, 0
Luminance
0.7257
Every format
| HEX | #90ebff |
| RGB | rgb(144, 235, 255) |
| HSL | hsl(191, 100%, 78%) |
| CMYK | cmyk(44%, 8%, 0%, 0%) |
| LAB | lab(88.2 -22.2 -18.2) |
| LCH | lch(88.2 28.7 219.3) |
| OKLCH | oklch(0.890 0.091 213.3) |
Copy-ready code
/* CSS */
color: #90ebff;
background-color: #90ebff;
/* Tailwind (arbitrary) */
class="text-[#90ebff] bg-[#90ebff]"
/* SCSS */
$brand: #90ebff;
/* SwiftUI */
Color(red: 0.565, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#90ebff")Accessibility — WCAG contrast
Aa
#90ebff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90ebff on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green92.2%
Blue100.0%
CMYK percentages
Cyan43.5%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#90ebff text on a black background
contrast 15.51:1
Card sample
#90ebff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90ebff;
Background color
Panel with #90ebff background
background-color: #90ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90ebff; background: linear-gradient(135deg, #90ebff, #90A1FF);