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