Seaborn
#85c2b2
Here's everything about the color Seaborn (#85c2b2) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #85c2b2 | |
|---|---|---|
| RGB | rgb(133, 194, 178) | |
| HSL | hsl(164, 33%, 64%) | |
| CMYK | cmyk(31%, 0%, 8%, 24%) | |
| LAB | lab(74, -23, 1) | |
| OKLCH | oklch(0.77 0.067 176) |
Color harmonies
Tints & shades
Code snippets
color: #85c2b2;
background-color: #85c2b2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF85C2B2)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.76, blue: 0.70, alpha: 1.0)