Kiwi
#749e4e
Looking for the precise values behind Kiwi (#749e4e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #749e4e | |
|---|---|---|
| RGB | rgb(116, 158, 78) | |
| HSL | hsl(92, 34%, 46%) | |
| CMYK | cmyk(27%, 0%, 51%, 38%) | |
| LAB | lab(61, -25, 37) | |
| OKLCH | oklch(0.65 0.119 132) |
Color harmonies
Tints & shades
Code snippets
color: #749e4e;
background-color: #749e4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF749E4E)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.62, blue: 0.31, alpha: 1.0)