#90cbfd
a light, electric blue · cool · closest name: skyblue
RGB
144, 203, 253
HSL
208°, 97%, 78%
CMYK
43, 20, 0, 1
Luminance
0.5573
Every format
| HEX | #90cbfd |
| RGB | rgb(144, 203, 253) |
| HSL | hsl(208, 97%, 78%) |
| CMYK | cmyk(43%, 20%, 0%, 1%) |
| LAB | lab(79.5 -6.3 -30.5) |
| LCH | lch(79.5 31.1 258.4) |
| OKLCH | oklch(0.820 0.093 244.9) |
Copy-ready code
/* CSS */
color: #90cbfd;
background-color: #90cbfd;
/* Tailwind (arbitrary) */
class="text-[#90cbfd] bg-[#90cbfd]"
/* SCSS */
$brand: #90cbfd;
/* SwiftUI */
Color(red: 0.565, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#90cbfd")Accessibility — WCAG contrast
Aa
#90cbfd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cbfd on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green79.6%
Blue99.2%
CMYK percentages
Cyan43.1%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#90cbfd text on a black background
contrast 12.15:1
Card sample
#90cbfd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cbfd;
Background color
Panel with #90cbfd background
background-color: #90cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cbfd; background: linear-gradient(135deg, #90cbfd, #9D90FD);