Muddy Rose
#e2beb4
Looking for the precise values behind Muddy Rose (#e2beb4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e2beb4 | |
|---|---|---|
| RGB | rgb(226, 190, 180) | |
| HSL | hsl(13, 44%, 80%) | |
| CMYK | cmyk(0%, 16%, 20%, 11%) | |
| LAB | lab(80, 12, 10) | |
| OKLCH | oklch(0.83 0.044 36) |
Color harmonies
Tints & shades
Code snippets
color: #e2beb4;
background-color: #e2beb4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2BEB4)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.75, blue: 0.71, alpha: 1.0)