Highlander
#3a533d
Highlander is a color with the hex code #3a533d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #3a533d | |
|---|---|---|
| RGB | rgb(58, 83, 61) | |
| HSL | hsl(127, 18%, 28%) | |
| CMYK | cmyk(30%, 0%, 27%, 67%) | |
| LAB | lab(33, -14, 10) | |
| OKLCH | oklch(0.42 0.047 148) |
Color harmonies
Tints & shades
Code snippets
color: #3a533d;
background-color: #3a533d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF3A533D)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.33, blue: 0.24, alpha: 1.0)