#90ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
144, 236, 253
HSL
189°, 97%, 78%
CMYK
43, 7, 0, 1
Luminance
0.7301
Every format
| HEX | #90ecfd |
| RGB | rgb(144, 236, 253) |
| HSL | hsl(189, 97%, 78%) |
| CMYK | cmyk(43%, 7%, 0%, 1%) |
| LAB | lab(88.5 -23.2 -16.8) |
| LCH | lch(88.5 28.6 215.9) |
| OKLCH | oklch(0.891 0.091 210.6) |
Copy-ready code
/* CSS */
color: #90ecfd;
background-color: #90ecfd;
/* Tailwind (arbitrary) */
class="text-[#90ecfd] bg-[#90ecfd]"
/* SCSS */
$brand: #90ecfd;
/* SwiftUI */
Color(red: 0.565, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#90ecfd")Accessibility — WCAG contrast
Aa
#90ecfd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90ecfd on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green92.5%
Blue99.2%
CMYK percentages
Cyan43.1%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#90ecfd text on a black background
contrast 15.60:1
Card sample
#90ecfd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90ecfd;
Background color
Panel with #90ecfd background
background-color: #90ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90ecfd; background: linear-gradient(135deg, #90ecfd, #90A3FD);