Tropical Forest
#024a43
Looking for the precise values behind Tropical Forest (#024a43)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #024a43 | |
|---|---|---|
| RGB | rgb(2, 74, 67) | |
| HSL | hsl(174, 95%, 15%) | |
| CMYK | cmyk(97%, 0%, 9%, 71%) | |
| LAB | lab(27, -22, -2) | |
| OKLCH | oklch(0.37 0.064 184) |
Color harmonies
Tints & shades
Code snippets
color: #024a43;
background-color: #024a43;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF024A43)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.29, blue: 0.26, alpha: 1.0)