#90baac
a balanced, soft cyan · cool · closest name: silver
RGB
144, 186, 172
HSL
160°, 23%, 65%
CMYK
23, 0, 8, 27
Luminance
0.4403
Every format
| HEX | #90baac |
| RGB | rgb(144, 186, 172) |
| HSL | hsl(160, 23%, 65%) |
| CMYK | cmyk(23%, 0%, 8%, 27%) |
| LAB | lab(72.2 -16.9 2.5) |
| LCH | lch(72.2 17.1 171.5) |
| OKLCH | oklch(0.754 0.049 172.5) |
Copy-ready code
/* CSS */
color: #90baac;
background-color: #90baac;
/* Tailwind (arbitrary) */
class="text-[#90baac] bg-[#90baac]"
/* SCSS */
$brand: #90baac;
/* SwiftUI */
Color(red: 0.565, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#90baac")Accessibility — WCAG contrast
Aa
#90baac on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90baac on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green72.9%
Blue67.5%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#90baac text on a black background
contrast 9.81:1
Card sample
#90baac text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90baac;
Background color
Panel with #90baac background
background-color: #90baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90baac; background: linear-gradient(135deg, #90baac, #90ACBA);