Ether
#98b2b4
Ether is a color with the hex code #98b2b4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #98b2b4 | |
|---|---|---|
| RGB | rgb(152, 178, 180) | |
| HSL | hsl(184, 16%, 65%) | |
| CMYK | cmyk(16%, 1%, 0%, 29%) | |
| LAB | lab(71, -9, -4) | |
| OKLCH | oklch(0.74 0.029 202) |
Color harmonies
Tints & shades
Code snippets
color: #98b2b4;
background-color: #98b2b4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF98B2B4)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.70, blue: 0.71, alpha: 1.0)