#90adcf
a light, soft blue · cool · closest name: skyblue
RGB
144, 173, 207
HSL
212°, 40%, 69%
CMYK
30, 16, 0, 19
Luminance
0.4032
Every format
| HEX | #90adcf |
| RGB | rgb(144, 173, 207) |
| HSL | hsl(212, 40%, 69%) |
| CMYK | cmyk(30%, 16%, 0%, 19%) |
| LAB | lab(69.7 -2.0 -20.5) |
| LCH | lch(69.7 20.6 264.4) |
| OKLCH | oklch(0.738 0.059 252.6) |
Copy-ready code
/* CSS */
color: #90adcf;
background-color: #90adcf;
/* Tailwind (arbitrary) */
class="text-[#90adcf] bg-[#90adcf]"
/* SCSS */
$brand: #90adcf;
/* SwiftUI */
Color(red: 0.565, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#90adcf")Accessibility — WCAG contrast
Aa
#90adcf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90adcf on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green67.8%
Blue81.2%
CMYK percentages
Cyan30.4%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#90adcf text on a black background
contrast 9.06:1
Card sample
#90adcf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90adcf;
Background color
Panel with #90adcf background
background-color: #90adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90adcf; background: linear-gradient(135deg, #90adcf, #9D90CF);