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