Emerald Forest
#224347
Looking for the precise values behind Emerald Forest (#224347)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #224347 | |
|---|---|---|
| RGB | rgb(34, 67, 71) | |
| HSL | hsl(186, 35%, 21%) | |
| CMYK | cmyk(52%, 6%, 0%, 72%) | |
| LAB | lab(26, -12, -6) | |
| OKLCH | oklch(0.36 0.039 206) |
Color harmonies
Tints & shades
Code snippets
color: #224347;
background-color: #224347;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF224347)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.26, blue: 0.28, alpha: 1.0)