Cafe Royale
#6a4928
Looking for the precise values behind Cafe Royale (#6a4928)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6a4928 | |
|---|---|---|
| RGB | rgb(106, 73, 40) | |
| HSL | hsl(30, 45%, 29%) | |
| CMYK | cmyk(0%, 31%, 62%, 58%) | |
| LAB | lab(34, 12, 25) | |
| OKLCH | oklch(0.43 0.066 65) |
Color harmonies
Tints & shades
Code snippets
color: #6a4928;
background-color: #6a4928;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6A4928)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.29, blue: 0.16, alpha: 1.0)