#90c3f6
a light, electric blue · cool · closest name: skyblue
RGB
144, 195, 246
HSL
210°, 85%, 77%
CMYK
42, 21, 0, 4
Luminance
0.5161
Every format
| HEX | #90c3f6 |
| RGB | rgb(144, 195, 246) |
| HSL | hsl(210, 85%, 77%) |
| CMYK | cmyk(42%, 21%, 0%, 4%) |
| LAB | lab(77.0 -3.9 -30.4) |
| LCH | lch(77.0 30.7 262.7) |
| OKLCH | oklch(0.800 0.090 249.0) |
Copy-ready code
/* CSS */
color: #90c3f6;
background-color: #90c3f6;
/* Tailwind (arbitrary) */
class="text-[#90c3f6] bg-[#90c3f6]"
/* SCSS */
$brand: #90c3f6;
/* SwiftUI */
Color(red: 0.565, green: 0.765, blue: 0.965)
/* Android */
Color.parseColor("#90c3f6")Accessibility — WCAG contrast
Aa
#90c3f6 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90c3f6 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green76.5%
Blue96.5%
CMYK percentages
Cyan41.5%
Magenta20.7%
Yellow0.0%
Key (black)3.5%
Color previews
#90c3f6 text on a black background
contrast 11.32:1
Card sample
#90c3f6 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90c3f6;
Background color
Panel with #90c3f6 background
background-color: #90c3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90c3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 195, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 195, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90c3f6; background: linear-gradient(135deg, #90c3f6, #A190F6);