#90f4fd
a light, electric cyan · cool · closest name: skyblue
RGB
144, 244, 253
HSL
185°, 97%, 78%
CMYK
43, 4, 0, 1
Luminance
0.7772
Every format
| HEX | #90f4fd |
| RGB | rgb(144, 244, 253) |
| HSL | hsl(185, 97%, 78%) |
| CMYK | cmyk(43%, 4%, 0%, 1%) |
| LAB | lab(90.7 -27.1 -13.5) |
| LCH | lch(90.7 30.2 206.5) |
| OKLCH | oklch(0.909 0.095 203.1) |
Copy-ready code
/* CSS */
color: #90f4fd;
background-color: #90f4fd;
/* Tailwind (arbitrary) */
class="text-[#90f4fd] bg-[#90f4fd]"
/* SCSS */
$brand: #90f4fd;
/* SwiftUI */
Color(red: 0.565, green: 0.957, blue: 0.992)
/* Android */
Color.parseColor("#90f4fd")Accessibility — WCAG contrast
Aa
#90f4fd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90f4fd on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green95.7%
Blue99.2%
CMYK percentages
Cyan43.1%
Magenta3.6%
Yellow0.0%
Key (black)0.8%
Color previews
#90f4fd text on a black background
contrast 16.54:1
Card sample
#90f4fd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90f4fd;
Background color
Panel with #90f4fd background
background-color: #90f4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90f4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 244, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 244, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90f4fd; background: linear-gradient(135deg, #90f4fd, #90ABFD);