Soda Pop
#c3c67e
Soda Pop is a color with the hex code #c3c67e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c3c67e | |
|---|---|---|
| RGB | rgb(195, 198, 126) | |
| HSL | hsl(63, 39%, 64%) | |
| CMYK | cmyk(2%, 0%, 36%, 22%) | |
| LAB | lab(78, -9, 36) | |
| OKLCH | oklch(0.81 0.094 110) |
Color harmonies
Tints & shades
Code snippets
color: #c3c67e;
background-color: #c3c67e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC3C67E)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.78, blue: 0.49, alpha: 1.0)