Durian White
#e6d0ab
Looking for the precise values behind Durian White (#e6d0ab)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e6d0ab | |
|---|---|---|
| RGB | rgb(230, 208, 171) | |
| HSL | hsl(38, 54%, 79%) | |
| CMYK | cmyk(0%, 10%, 26%, 10%) | |
| LAB | lab(85, 4, 21) | |
| OKLCH | oklch(0.87 0.055 81) |
Color harmonies
Tints & shades
Code snippets
color: #e6d0ab;
background-color: #e6d0ab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6D0AB)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.82, blue: 0.67, alpha: 1.0)