Halo
#e2c392
Looking for the precise values behind Halo (#e2c392)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e2c392 | |
|---|---|---|
| RGB | rgb(226, 195, 146) | |
| HSL | hsl(37, 58%, 73%) | |
| CMYK | cmyk(0%, 14%, 35%, 11%) | |
| LAB | lab(81, 6, 29) | |
| OKLCH | oklch(0.83 0.073 79) |
Color harmonies
Tints & shades
Code snippets
color: #e2c392;
background-color: #e2c392;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2C392)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.76, blue: 0.57, alpha: 1.0)