Twilight Meadow
#51a5a4
Twilight Meadow, represented by the hex value #51a5a4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #51a5a4 | |
|---|---|---|
| RGB | rgb(81, 165, 164) | |
| HSL | hsl(179, 34%, 48%) | |
| CMYK | cmyk(51%, 0%, 1%, 35%) | |
| LAB | lab(63, -27, -8) | |
| OKLCH | oklch(0.67 0.082 194) |
Color harmonies
Tints & shades
Code snippets
color: #51a5a4;
background-color: #51a5a4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF51A5A4)
/* Swift / UIKit */
UIColor(red: 0.32, green: 0.65, blue: 0.64, alpha: 1.0)