#90c2cd
a light, soft cyan · cool · closest name: skyblue
RGB
144, 194, 205
HSL
191°, 38%, 68%
CMYK
30, 5, 0, 20
Luminance
0.4892
Every format
| HEX | #90c2cd |
| RGB | rgb(144, 194, 205) |
| HSL | hsl(191, 38%, 68%) |
| CMYK | cmyk(30%, 5%, 0%, 20%) |
| LAB | lab(75.4 -13.7 -10.8) |
| LCH | lch(75.4 17.4 218.2) |
| OKLCH | oklch(0.783 0.054 212.7) |
Copy-ready code
/* CSS */
color: #90c2cd;
background-color: #90c2cd;
/* Tailwind (arbitrary) */
class="text-[#90c2cd] bg-[#90c2cd]"
/* SCSS */
$brand: #90c2cd;
/* SwiftUI */
Color(red: 0.565, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#90c2cd")Accessibility — WCAG contrast
Aa
#90c2cd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90c2cd on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green76.1%
Blue80.4%
CMYK percentages
Cyan29.8%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#90c2cd text on a black background
contrast 10.78:1
Card sample
#90c2cd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90c2cd;
Background color
Panel with #90c2cd background
background-color: #90c2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90c2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90c2cd; background: linear-gradient(135deg, #90c2cd, #9099CD);