Center Field
#008b56
Center Field, represented by the hex value #008b56, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #008b56 | |
|---|---|---|
| RGB | rgb(0, 139, 86) | |
| HSL | hsl(157, 100%, 27%) | |
| CMYK | cmyk(100%, 0%, 38%, 45%) | |
| LAB | lab(51, -43, 19) | |
| OKLCH | oklch(0.56 0.131 158) |
Color harmonies
Tints & shades
Code snippets
color: #008b56;
background-color: #008b56;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF008B56)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.55, blue: 0.34, alpha: 1.0)