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