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