Madras
#473e23
Looking for the precise values behind Madras (#473e23)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #473e23 | |
|---|---|---|
| RGB | rgb(71, 62, 35) | |
| HSL | hsl(45, 34%, 21%) | |
| CMYK | cmyk(0%, 13%, 51%, 72%) | |
| LAB | lab(27, 1, 18) | |
| OKLCH | oklch(0.37 0.044 92) |
Color harmonies
Tints & shades
Code snippets
color: #473e23;
background-color: #473e23;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF473E23)
/* Swift / UIKit */
UIColor(red: 0.28, green: 0.24, blue: 0.14, alpha: 1.0)