Bird
Raised Fist0
Figmabi_tool~10 mins

Why color communicates meaning in Figma - Test Your Understanding

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to set the fill color of a shape to red in Figma.

Figma
node.fills = [{ type: 'SOLID', color: { r: 1, g: [1], b: 0 } }];
Drag options to blanks, or click blank then click option'
A0
B1
C0.5
D255
Attempts:
3 left
💡 Hint
Common Mistakes
Using 255 instead of 0-1 scale
Setting green to 1 which makes yellow
2fill in blank
medium

Complete the code to create a text node with color blue in Figma.

Figma
const text = figma.createText();
text.fills = [{ type: 'SOLID', color: { r: 0, g: 0, b: [1] } }];
Drag options to blanks, or click blank then click option'
A255
B0
C0.5
D1
Attempts:
3 left
💡 Hint
Common Mistakes
Using 255 instead of 1
Setting blue to 0 which results in black
3fill in blank
hard

Fix the error in the code to set a rectangle's fill color to green in Figma.

Figma
const rect = figma.createRectangle();
rect.fills = [{ type: 'SOLID', color: { r: 0, g: [1], b: 0 } }];
Drag options to blanks, or click blank then click option'
A0
B255
C1
D-1
Attempts:
3 left
💡 Hint
Common Mistakes
Using 255 which is out of range
Using negative values
4fill in blank
hard

Fill both blanks to create a semi-transparent red fill in Figma.

Figma
node.fills = [{ type: 'SOLID', color: { r: [1], g: 0, b: 0 }, opacity: [2] }];
Drag options to blanks, or click blank then click option'
A1
B0.5
C0
D0.8
Attempts:
3 left
💡 Hint
Common Mistakes
Setting opacity to 0 which makes it invisible
Using green or blue channel instead of red
5fill in blank
hard

Fill all three blanks to create a yellow fill with 80% opacity in Figma.

Figma
node.fills = [{ type: 'SOLID', color: { r: [1], g: [2], b: [3] }, opacity: 0.8 }];
Drag options to blanks, or click blank then click option'
A1
B0
C0.5
D0.8
Attempts:
3 left
💡 Hint
Common Mistakes
Setting blue to 1 which makes white
Confusing opacity with color channels

Practice

(1/5)
1. Why is color important in a business intelligence dashboard?
easy
A. It replaces the need for labels and titles.
B. It makes the dashboard look more colorful without meaning.
C. It helps people understand data faster and better.
D. It only decorates the dashboard without adding value.

Solution

  1. Step 1: Understand the role of color in communication

    Color is used to highlight important information and make data easier to interpret quickly.
  2. Step 2: Differentiate meaningful use from decoration

    Colors that add meaning help viewers grasp insights faster, unlike colors used just for decoration.
  3. Final Answer:

    It helps people understand data faster and better. -> Option C
  4. Quick Check:

    Color improves understanding [OK]
Hint: Color guides attention and meaning in data [OK]
Common Mistakes:
  • Thinking color is only for decoration
  • Assuming color replaces text labels
  • Ignoring color's role in clarity
2. Which of the following is the correct way to use color in a Figma dashboard for BI?
easy
A. Use random colors for each data point to make it colorful.
B. Use consistent colors to represent good and bad values.
C. Use only one color for all data to avoid confusion.
D. Use colors that are hard to distinguish to save space.

Solution

  1. Step 1: Identify best practice for color use

    Consistent color use helps viewers quickly understand what colors mean, like red for bad and green for good.
  2. Step 2: Eliminate incorrect options

    Random colors confuse, one color lacks meaning, and hard-to-distinguish colors reduce clarity.
  3. Final Answer:

    Use consistent colors to represent good and bad values. -> Option B
  4. Quick Check:

    Consistent color meaning [OK]
Hint: Match colors to meaning consistently [OK]
Common Mistakes:
  • Using random colors without meaning
  • Using only one color for all data
  • Choosing colors that are hard to see
3. In a Figma design for a sales dashboard, red is used for negative growth and green for positive growth. What will a red bar most likely communicate to the viewer?
medium
A. Negative sales growth
B. Neutral sales growth
C. Positive sales growth
D. No sales data available

Solution

  1. Step 1: Understand color meaning in the dashboard

    Red is commonly used to indicate negative or bad outcomes, here negative growth.
  2. Step 2: Match color to data meaning

    Since red is assigned to negative growth, a red bar shows negative sales growth.
  3. Final Answer:

    Negative sales growth -> Option A
  4. Quick Check:

    Red = Negative growth [OK]
Hint: Red usually means negative or bad [OK]
Common Mistakes:
  • Confusing red with positive meaning
  • Assuming red means no data
  • Ignoring color legend
4. A Figma dashboard uses blue for good performance and red for bad. However, some users with color blindness cannot distinguish these colors well. What is the best fix?
medium
A. Add text labels or icons along with colors.
B. Use only red color for all data points.
C. Remove colors and use only grayscale.
D. Make colors brighter without other changes.

Solution

  1. Step 1: Identify accessibility issue

    Color blindness makes it hard to distinguish red and blue, so relying on color alone is a problem.
  2. Step 2: Choose an accessibility-friendly solution

    Adding text labels or icons helps all users understand meaning beyond color differences.
  3. Final Answer:

    Add text labels or icons along with colors. -> Option A
  4. Quick Check:

    Accessibility needs labels/icons [OK]
Hint: Use labels or icons with color for accessibility [OK]
Common Mistakes:
  • Using only one color loses meaning
  • Removing colors reduces clarity
  • Just making colors brighter doesn't solve color blindness
5. You are designing a Figma dashboard for a global team. You want to use color to show project status: green for on track, yellow for at risk, and red for delayed. What should you do to ensure your color choices communicate meaning clearly and accessibly?
hard
A. Use random colors for each project to make it colorful and fun.
B. Use only green and red to keep it simple, no labels needed.
C. Use pastel versions of these colors without labels to avoid strong colors.
D. Use these colors consistently, add text labels, and check color contrast.

Solution

  1. Step 1: Apply consistent color meaning

    Assigning green, yellow, and red consistently helps users quickly understand status.
  2. Step 2: Add text labels and check contrast for accessibility

    Labels help users who cannot distinguish colors well, and good contrast ensures visibility.
  3. Final Answer:

    Use these colors consistently, add text labels, and check color contrast. -> Option D
  4. Quick Check:

    Consistency + labels + contrast [OK]
Hint: Combine color with labels and contrast for clarity [OK]
Common Mistakes:
  • Skipping labels for color-only meaning
  • Using random or pastel colors that confuse
  • Ignoring accessibility and contrast