Taupedo
#baaea8
Looking for the precise values behind Taupedo (#baaea8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #baaea8 | |
|---|---|---|
| RGB | rgb(186, 174, 168) | |
| HSL | hsl(20, 12%, 69%) | |
| CMYK | cmyk(0%, 6%, 10%, 27%) | |
| LAB | lab(72, 4, 5) | |
| OKLCH | oklch(0.76 0.016 48) |
Color harmonies
Tints & shades
Code snippets
color: #baaea8;
background-color: #baaea8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFBAAEA8)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.68, blue: 0.66, alpha: 1.0)