Dove
#b3ada7
Looking for the precise values behind Dove (#b3ada7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b3ada7 | |
|---|---|---|
| RGB | rgb(179, 173, 167) | |
| HSL | hsl(30, 7%, 68%) | |
| CMYK | cmyk(0%, 3%, 7%, 30%) | |
| LAB | lab(71, 1, 4) | |
| OKLCH | oklch(0.75 0.011 68) |
Color harmonies
Tints & shades
Code snippets
color: #b3ada7;
background-color: #b3ada7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB3ADA7)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.68, blue: 0.65, alpha: 1.0)