#90bcaf
a light, soft cyan · cool · closest name: silver
RGB
144, 188, 175
HSL
162°, 25%, 65%
CMYK
23, 0, 7, 26
Luminance
0.4499
Every format
| HEX | #90bcaf |
| RGB | rgb(144, 188, 175) |
| HSL | hsl(162, 25%, 65%) |
| CMYK | cmyk(23%, 0%, 7%, 26%) |
| LAB | lab(72.9 -17.3 1.8) |
| LCH | lch(72.9 17.4 174.0) |
| OKLCH | oklch(0.760 0.050 174.8) |
Copy-ready code
/* CSS */
color: #90bcaf;
background-color: #90bcaf;
/* Tailwind (arbitrary) */
class="text-[#90bcaf] bg-[#90bcaf]"
/* SCSS */
$brand: #90bcaf;
/* SwiftUI */
Color(red: 0.565, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#90bcaf")Accessibility — WCAG contrast
Aa
#90bcaf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90bcaf on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#90bcaf text on a black background
contrast 10.00:1
Card sample
#90bcaf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90bcaf;
Background color
Panel with #90bcaf background
background-color: #90bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90bcaf; background: linear-gradient(135deg, #90bcaf, #90ACBC);