Clouded Pine
#628468
Looking for the precise values behind Clouded Pine (#628468)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #628468 | |
|---|---|---|
| RGB | rgb(98, 132, 104) | |
| HSL | hsl(131, 15%, 45%) | |
| CMYK | cmyk(26%, 0%, 21%, 48%) | |
| LAB | lab(52, -17, 11) | |
| OKLCH | oklch(0.58 0.057 150) |
Color harmonies
Tints & shades
Code snippets
color: #628468;
background-color: #628468;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF628468)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.52, blue: 0.41, alpha: 1.0)