#90cfe2
a light, vivid cyan · cool · closest name: skyblue
RGB
144, 207, 226
HSL
194°, 59%, 73%
CMYK
36, 8, 0, 11
Luminance
0.5605
Every format
| HEX | #90cfe2 |
| RGB | rgb(144, 207, 226) |
| HSL | hsl(194, 59%, 73%) |
| CMYK | cmyk(36%, 8%, 0%, 11%) |
| LAB | lab(79.6 -15.3 -15.8) |
| LCH | lch(79.6 22.0 225.8) |
| OKLCH | oklch(0.819 0.069 218.6) |
Copy-ready code
/* CSS */
color: #90cfe2;
background-color: #90cfe2;
/* Tailwind (arbitrary) */
class="text-[#90cfe2] bg-[#90cfe2]"
/* SCSS */
$brand: #90cfe2;
/* SwiftUI */
Color(red: 0.565, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#90cfe2")Accessibility — WCAG contrast
Aa
#90cfe2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cfe2 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green81.2%
Blue88.6%
CMYK percentages
Cyan36.3%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#90cfe2 text on a black background
contrast 12.21:1
Card sample
#90cfe2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cfe2;
Background color
Panel with #90cfe2 background
background-color: #90cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cfe2; background: linear-gradient(135deg, #90cfe2, #9098E2);