Cactus
#5b6f55
Cactus is a color with the hex code #5b6f55. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #5b6f55 | |
|---|---|---|
| RGB | rgb(91, 111, 85) | |
| HSL | hsl(106, 13%, 38%) | |
| CMYK | cmyk(18%, 0%, 23%, 56%) | |
| LAB | lab(45, -12, 12) | |
| OKLCH | oklch(0.52 0.047 139) |
Color harmonies
Tints & shades
Code snippets
color: #5b6f55;
background-color: #5b6f55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5B6F55)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.44, blue: 0.33, alpha: 1.0)