#90f2fe
a light, electric cyan · cool · closest name: skyblue
RGB
144, 242, 254
HSL
187°, 98%, 78%
CMYK
43, 5, 0, 0
Luminance
0.7659
Every format
| HEX | #90f2fe |
| RGB | rgb(144, 242, 254) |
| HSL | hsl(187, 98%, 78%) |
| CMYK | cmyk(43%, 5%, 0%, 0%) |
| LAB | lab(90.1 -25.9 -14.8) |
| LCH | lch(90.1 29.8 209.8) |
| OKLCH | oklch(0.905 0.094 205.7) |
Copy-ready code
/* CSS */
color: #90f2fe;
background-color: #90f2fe;
/* Tailwind (arbitrary) */
class="text-[#90f2fe] bg-[#90f2fe]"
/* SCSS */
$brand: #90f2fe;
/* SwiftUI */
Color(red: 0.565, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#90f2fe")Accessibility — WCAG contrast
Aa
#90f2fe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90f2fe on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green94.9%
Blue99.6%
CMYK percentages
Cyan43.3%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#90f2fe text on a black background
contrast 16.32:1
Card sample
#90f2fe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90f2fe;
Background color
Panel with #90f2fe background
background-color: #90f2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90f2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90f2fe; background: linear-gradient(135deg, #90f2fe, #90A9FE);