Electra
#55b492
Electra, represented by the hex value #55b492, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #55b492 | |
|---|---|---|
| RGB | rgb(85, 180, 146) | |
| HSL | hsl(159, 39%, 52%) | |
| CMYK | cmyk(53%, 0%, 19%, 29%) | |
| LAB | lab(67, -36, 8) | |
| OKLCH | oklch(0.7 0.104 167) |
Color harmonies
Tints & shades
Code snippets
color: #55b492;
background-color: #55b492;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF55B492)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.71, blue: 0.57, alpha: 1.0)