#90fdfe
a light, electric cyan · cool · closest name: cyan
RGB
144, 253, 254
HSL
181°, 98%, 78%
CMYK
43, 0, 0, 0
Luminance
0.8334
Every format
| HEX | #90fdfe |
| RGB | rgb(144, 253, 254) |
| HSL | hsl(181, 98%, 78%) |
| CMYK | cmyk(43%, 0%, 0%, 0%) |
| LAB | lab(93.2 -31.1 -10.3) |
| LCH | lch(93.2 32.8 198.3) |
| OKLCH | oklch(0.929 0.101 196.3) |
Copy-ready code
/* CSS */
color: #90fdfe;
background-color: #90fdfe;
/* Tailwind (arbitrary) */
class="text-[#90fdfe] bg-[#90fdfe]"
/* SCSS */
$brand: #90fdfe;
/* SwiftUI */
Color(red: 0.565, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#90fdfe")Accessibility — WCAG contrast
Aa
#90fdfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fdfe on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.2%
Blue99.6%
CMYK percentages
Cyan43.3%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#90fdfe text on a black background
contrast 17.67:1
Card sample
#90fdfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fdfe;
Background color
Panel with #90fdfe background
background-color: #90fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fdfe; background: linear-gradient(135deg, #90fdfe, #90B4FE);