Chrome
#e1dfe1
Looking for the precise values behind Chrome (#e1dfe1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e1dfe1 | |
|---|---|---|
| RGB | rgb(225, 223, 225) | |
| HSL | hsl(300, 3%, 88%) | |
| CMYK | cmyk(0%, 1%, 0%, 12%) | |
| LAB | lab(89, 1, -1) | |
| OKLCH | oklch(0.91 0.003 326) |
Color harmonies
Tints & shades
Code snippets
color: #e1dfe1;
background-color: #e1dfe1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1DFE1)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.87, blue: 0.88, alpha: 1.0)