#90b1ba
a balanced, soft cyan · cool · closest name: silver
RGB
144, 177, 186
HSL
193°, 23%, 65%
CMYK
23, 5, 0, 27
Luminance
0.4092
Every format
| HEX | #90b1ba |
| RGB | rgb(144, 177, 186) |
| HSL | hsl(193, 23%, 65%) |
| CMYK | cmyk(23%, 5%, 0%, 27%) |
| LAB | lab(70.1 -9.2 -8.3) |
| LCH | lch(70.1 12.3 222.2) |
| OKLCH | oklch(0.739 0.038 216.1) |
Copy-ready code
/* CSS */
color: #90b1ba;
background-color: #90b1ba;
/* Tailwind (arbitrary) */
class="text-[#90b1ba] bg-[#90b1ba]"
/* SCSS */
$brand: #90b1ba;
/* SwiftUI */
Color(red: 0.565, green: 0.694, blue: 0.729)
/* Android */
Color.parseColor("#90b1ba")Accessibility — WCAG contrast
Aa
#90b1ba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90b1ba on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green69.4%
Blue72.9%
CMYK percentages
Cyan22.6%
Magenta4.8%
Yellow0.0%
Key (black)27.1%
Color previews
#90b1ba text on a black background
contrast 9.18:1
Card sample
#90b1ba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90b1ba;
Background color
Panel with #90b1ba background
background-color: #90b1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90b1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 177, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 177, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90b1ba; background: linear-gradient(135deg, #90b1ba, #9095BA);