#90cffc
a light, electric blue · cool · closest name: skyblue
RGB
144, 207, 252
HSL
205°, 95%, 78%
CMYK
43, 18, 0, 1
Luminance
0.5758
Every format
| HEX | #90cffc |
| RGB | rgb(144, 207, 252) |
| HSL | hsl(205, 95%, 78%) |
| CMYK | cmyk(43%, 18%, 0%, 1%) |
| LAB | lab(80.5 -8.7 -28.3) |
| LCH | lch(80.5 29.6 253.0) |
| OKLCH | oklch(0.828 0.090 240.3) |
Copy-ready code
/* CSS */
color: #90cffc;
background-color: #90cffc;
/* Tailwind (arbitrary) */
class="text-[#90cffc] bg-[#90cffc]"
/* SCSS */
$brand: #90cffc;
/* SwiftUI */
Color(red: 0.565, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#90cffc")Accessibility — WCAG contrast
Aa
#90cffc on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cffc on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green81.2%
Blue98.8%
CMYK percentages
Cyan42.9%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#90cffc text on a black background
contrast 12.52:1
Card sample
#90cffc text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cffc;
Background color
Panel with #90cffc background
background-color: #90cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cffc; background: linear-gradient(135deg, #90cffc, #9990FC);