OMGreen
#8ca891
Looking for the precise values behind OMGreen (#8ca891)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8ca891 | |
|---|---|---|
| RGB | rgb(140, 168, 145) | |
| HSL | hsl(131, 14%, 60%) | |
| CMYK | cmyk(17%, 0%, 14%, 34%) | |
| LAB | lab(66, -14, 9) | |
| OKLCH | oklch(0.7 0.045 150) |
Color harmonies
Tints & shades
Code snippets
color: #8ca891;
background-color: #8ca891;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF8CA891)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.66, blue: 0.57, alpha: 1.0)