Salsa Verde
#cec754
Salsa Verde is a color with the hex code #cec754. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cec754 | |
|---|---|---|
| RGB | rgb(206, 199, 84) | |
| HSL | hsl(57, 55%, 57%) | |
| CMYK | cmyk(0%, 3%, 59%, 19%) | |
| LAB | lab(79, -8, 57) | |
| OKLCH | oklch(0.81 0.136 106) |
Color harmonies
Tints & shades
Code snippets
color: #cec754;
background-color: #cec754;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEC754)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.78, blue: 0.33, alpha: 1.0)