Glow Worm
#bed565
Glow Worm, represented by the hex value #bed565, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bed565 | |
|---|---|---|
| RGB | rgb(190, 213, 101) | |
| HSL | hsl(72, 57%, 62%) | |
| CMYK | cmyk(11%, 0%, 53%, 16%) | |
| LAB | lab(82, -20, 52) | |
| OKLCH | oklch(0.83 0.141 119) |
Color harmonies
Tints & shades
Code snippets
color: #bed565;
background-color: #bed565;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBED565)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.84, blue: 0.40, alpha: 1.0)