# Editted color is not accurate

**URL:** https://forum.lottiefiles.com/t/editted-color-is-not-accurate/3674
**Category:** Lottie in Web
**Created:** [November 25, 2022, 3:23am UTC](https://forum.lottiefiles.com/t/editted-color-is-not-accurate/3674 "2022-11-25T03:23:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![muhd.najid.nadri](https://avatars.discourse-cdn.com/v4/letter/m/e274bd/32.png) [@muhd.najid.nadri](https://forum.lottiefiles.com/u/muhd.najid.nadri)
#### Post date: [November 25, 2022, 3:23am UTC](https://forum.lottiefiles.com/t/editted-color-is-not-accurate/3674/1 "2022-11-25T03:23:55Z")

</div>

Hye,  
I tried to change color of this [lottie](https://assets5.lottiefiles.com/packages/lf20_f6pynaqi.json) to `rgb(96, 206, 197)`. However, after exported, the color rendered is not accurate.

Checking the console, the `path` tag is as follow:

```auto
<path fill="rgb(125, 215, 208)" fill-opacity="1" d="..." />

```

Checking the exported JSON, the `Fill 1` property is as follow:

```auto
  {
      "ty": "fl",
      "c": {
          "a": 0,
          "k": [
              0.3764705882352941,
              0.807843137254902,
              0.7725490196078432,
              1
          ],
          "ix": 4
      },
      "o": {
          "a": 0,
          "k": 100,
          "ix": 5
      },
      "r": 1,
      "bm": 0,
      "nm": "Fill 1",
      "mn": "ADBE Vector Graphic - Fill",
      "hd": false
  },

```

Any help on this one would be very helpful. Thanks in advance!

---

<div class="post-metadata">

### Author: ![haleeza](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.lottiefiles.com/haleeza/32/4969_2.png) [@haleeza](https://forum.lottiefiles.com/u/haleeza)
#### Post date: [December 8, 2022, 3:59pm UTC](https://forum.lottiefiles.com/t/editted-color-is-not-accurate/3674/2 "2022-12-08T15:59:27Z")

</div>

I tried with [Lottie Editor](https://editor.lottiefiles.com/) and managed to get the file exported with the correct rgb
