Viridian
#1e9167
Viridian is a color with the hex code #1e9167. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #1e9167 | |
|---|---|---|
| RGB | rgb(30, 145, 103) | |
| HSL | hsl(158, 66%, 34%) | |
| CMYK | cmyk(79%, 0%, 29%, 43%) | |
| LAB | lab(53, -40, 13) | |
| OKLCH | oklch(0.58 0.118 163) |
Color harmonies
Tints & shades
Code snippets
color: #1e9167;
background-color: #1e9167;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF1E9167)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.57, blue: 0.40, alpha: 1.0)