Skip to content

Exact colours #2

@matteoferla

Description

@matteoferla

A very silly comment, but as this repo comes up top on searches, I though I best mention that the colours as shown on alphafold are not quite basic swatch colours.
The blue colour is #0053D6 (pLDDT ≥ 90)
The cyan colour is #65CBF3 (90>pLDDT≥70)
The yellow colour is #FFDB13 (70>pLDDT≥50)
The orange colour is #FF7D45, (pLDDT<50)
In PyMol commands

color 0xFF7D45, b < 50
color 0xFFDB13, b = 50 or (b > 50 and b < 70)
color 0x65CBF3, b = 70 or (b > 70 and b < 90)
color 0x0053D6, b = 90 or b > 90

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions