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