#90cccf
a light, soft cyan · cool · closest name: skyblue
RGB
144, 204, 207
HSL
183°, 40%, 69%
CMYK
30, 1, 0, 19
Luminance
0.5362
Every format
| HEX | #90cccf |
| RGB | rgb(144, 204, 207) |
| HSL | hsl(183, 40%, 69%) |
| CMYK | cmyk(30%, 1%, 0%, 19%) |
| LAB | lab(78.2 -18.4 -7.7) |
| LCH | lch(78.2 19.9 202.6) |
| OKLCH | oklch(0.805 0.061 199.9) |
Copy-ready code
/* CSS */
color: #90cccf;
background-color: #90cccf;
/* Tailwind (arbitrary) */
class="text-[#90cccf] bg-[#90cccf]"
/* SCSS */
$brand: #90cccf;
/* SwiftUI */
Color(red: 0.565, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#90cccf")Accessibility — WCAG contrast
Aa
#90cccf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cccf on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green80.0%
Blue81.2%
CMYK percentages
Cyan30.4%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#90cccf text on a black background
contrast 11.72:1
Card sample
#90cccf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cccf;
Background color
Panel with #90cccf background
background-color: #90cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cccf; background: linear-gradient(135deg, #90cccf, #90A2CF);