Later Gator
#008a51
Later Gator is a color with the hex code #008a51. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #008a51 | |
|---|---|---|
| RGB | rgb(0, 138, 81) | |
| HSL | hsl(155, 100%, 27%) | |
| CMYK | cmyk(100%, 0%, 41%, 46%) | |
| LAB | lab(50, -44, 21) | |
| OKLCH | oklch(0.56 0.135 156) |
Color harmonies
Tints & shades
Code snippets
color: #008a51;
background-color: #008a51;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF008A51)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.54, blue: 0.32, alpha: 1.0)