#90ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
144, 204, 223
HSL
194°, 55%, 72%
CMYK
35, 9, 0, 13
Luminance
0.5444
Every format
| HEX | #90ccdf |
| RGB | rgb(144, 204, 223) |
| HSL | hsl(194, 55%, 72%) |
| CMYK | cmyk(35%, 9%, 0%, 13%) |
| LAB | lab(78.7 -14.5 -15.5) |
| LCH | lch(78.7 21.3 226.9) |
| OKLCH | oklch(0.811 0.067 219.6) |
Copy-ready code
/* CSS */
color: #90ccdf;
background-color: #90ccdf;
/* Tailwind (arbitrary) */
class="text-[#90ccdf] bg-[#90ccdf]"
/* SCSS */
$brand: #90ccdf;
/* SwiftUI */
Color(red: 0.565, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#90ccdf")Accessibility — WCAG contrast
Aa
#90ccdf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90ccdf on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green80.0%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#90ccdf text on a black background
contrast 11.89:1
Card sample
#90ccdf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90ccdf;
Background color
Panel with #90ccdf background
background-color: #90ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90ccdf; background: linear-gradient(135deg, #90ccdf, #9098DF);