Beau Vert
#0c6064
Beau Vert, represented by the hex value #0c6064, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0c6064 | |
|---|---|---|
| RGB | rgb(12, 96, 100) | |
| HSL | hsl(183, 79%, 22%) | |
| CMYK | cmyk(88%, 4%, 0%, 61%) | |
| LAB | lab(36, -23, -9) | |
| OKLCH | oklch(0.45 0.072 200) |
Color harmonies
Tints & shades
Code snippets
color: #0c6064;
background-color: #0c6064;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0C6064)
/* Swift / UIKit */
UIColor(red: 0.05, green: 0.38, blue: 0.39, alpha: 1.0)