#90cfdc
a light, vivid cyan · cool · closest name: skyblue
RGB
144, 207, 220
HSL
190°, 52%, 71%
CMYK
35, 6, 0, 14
Luminance
0.5572
Every format
| HEX | #90cfdc |
| RGB | rgb(144, 207, 220) |
| HSL | hsl(190, 52%, 71%) |
| CMYK | cmyk(35%, 6%, 0%, 14%) |
| LAB | lab(79.5 -16.8 -12.8) |
| LCH | lch(79.5 21.1 217.4) |
| OKLCH | oklch(0.816 0.067 211.9) |
Copy-ready code
/* CSS */
color: #90cfdc;
background-color: #90cfdc;
/* Tailwind (arbitrary) */
class="text-[#90cfdc] bg-[#90cfdc]"
/* SCSS */
$brand: #90cfdc;
/* SwiftUI */
Color(red: 0.565, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#90cfdc")Accessibility — WCAG contrast
Aa
#90cfdc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cfdc on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green81.2%
Blue86.3%
CMYK percentages
Cyan34.5%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#90cfdc text on a black background
contrast 12.14:1
Card sample
#90cfdc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cfdc;
Background color
Panel with #90cfdc background
background-color: #90cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cfdc; background: linear-gradient(135deg, #90cfdc, #909CDC);