Irish Coffee
#62422b
Looking for the precise values behind Irish Coffee (#62422b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #62422b | |
|---|---|---|
| RGB | rgb(98, 66, 43) | |
| HSL | hsl(25, 39%, 28%) | |
| CMYK | cmyk(0%, 33%, 56%, 62%) | |
| LAB | lab(31, 12, 20) | |
| OKLCH | oklch(0.41 0.057 56) |
Color harmonies
Tints & shades
Code snippets
color: #62422b;
background-color: #62422b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF62422B)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.26, blue: 0.17, alpha: 1.0)