Pine Needle
#334d41
Pine Needle is a color with the hex code #334d41. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #334d41 | |
|---|---|---|
| RGB | rgb(51, 77, 65) | |
| HSL | hsl(152, 20%, 25%) | |
| CMYK | cmyk(34%, 0%, 16%, 70%) | |
| LAB | lab(30, -13, 4) | |
| OKLCH | oklch(0.4 0.038 164) |
Color harmonies
Tints & shades
Code snippets
color: #334d41;
background-color: #334d41;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF334D41)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.30, blue: 0.25, alpha: 1.0)