Pineapple
#563c0d
Pineapple is a color with the hex code #563c0d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #563c0d | |
|---|---|---|
| RGB | rgb(86, 60, 13) | |
| HSL | hsl(39, 74%, 19%) | |
| CMYK | cmyk(0%, 30%, 85%, 66%) | |
| LAB | lab(28, 8, 32) | |
| OKLCH | oklch(0.38 0.07 78) |
Color harmonies
Tints & shades
Code snippets
color: #563c0d;
background-color: #563c0d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF563C0D)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.24, blue: 0.05, alpha: 1.0)