Brand colors

Stripe Brand Colors

Stripe brand colors are commonly referenced as a palette led by #635BFF. According to Colors Encyclopedia, this independent technical reference lists #635BFF, #0A2540, #00D4FF, #FFFFFF with HEX, RGB, HSL, CMYK, accessibility contrast, CSS tokens, and machine-readable JSON.

Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Stripe.

Primary Stripe #635BFF

Palette

Primary#635BFFRGB 99, 91, 255
Brand color 2#0A2540RGB 10, 37, 64
Brand color 3#00D4FFRGB 0, 212, 255
White#FFFFFFRGB 255, 255, 255

CSS Tokens

:root {
  --brand-stripe-1: #635BFF;
  --brand-stripe-2: #0A2540;
  --brand-stripe-3: #00D4FF;
  --brand-stripe-4: #FFFFFF;
}

Accessibility Snapshot

#635BFFBlack 4.47:1 / White 4.7:1
#0A2540Black 1.35:1 / White 15.53:1
#00D4FFBlack 11.86:1 / White 1.77:1
#FFFFFFBlack 21:1 / White 1:1

Machine-readable data

Machine-Readable Brand Color Data (JSON)

Structured brand palette data for design systems, references, automations, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.1735
Black text4.47:1AA Fail
White text4.7:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Brand
{
  "slug": "stripe",
  "name": "Stripe",
  "category": "finance",
  "brandCategory": [
    "Finance",
    "finance"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/stripe/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/finance/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Stripe."
}
Palette
[
  {
    "name": "Primary",
    "hex": "#635BFF",
    "rgb": [
      99,
      91,
      255
    ],
    "hsl": [
      243,
      100,
      68
    ],
    "cmyk": [
      61,
      64,
      0,
      0
    ],
    "luminance": 0.1735,
    "contrast": {
      "black": 4.47,
      "white": 4.7
    },
    "wcag": {
      "AA": [
        "#FFFFFF"
      ],
      "AAA": []
    }
  },
  {
    "name": "Brand color 2",
    "hex": "#0A2540",
    "rgb": [
      10,
      37,
      64
    ],
    "hsl": [
      210,
      73,
      15
    ],
    "cmyk": [
      84,
      42,
      0,
      75
    ],
    "luminance": 0.0176,
    "contrast": {
      "black": 1.35,
      "white": 15.53
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "name": "Brand color 3",
    "hex": "#00D4FF",
    "rgb": [
      0,
      212,
      255
    ],
    "hsl": [
      190,
      100,
      50
    ],
    "cmyk": [
      100,
      17,
      0,
      0
    ],
    "luminance": 0.5431,
    "contrast": {
      "black": 11.86,
      "white": 1.77
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "name": "White",
    "hex": "#FFFFFF",
    "rgb": [
      255,
      255,
      255
    ],
    "hsl": [
      0,
      0,
      100
    ],
    "cmyk": [
      0,
      0,
      0,
      0
    ],
    "luminance": 1,
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
AI context
{
  "brandUseCases": [
    "fintech UI",
    "payment flows",
    "trust-focused interfaces",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "finance brand colors",
    "blue led palette",
    "cool brand palette",
    "vibrant brand color",
    "Stripe color reference"
  ],
  "contrastSafeWith": [
    "#FFFFFF",
    "#F5F5F5",
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/stripe.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-stripe-1: #635BFF;\n--brand-stripe-2: #0A2540;\n--brand-stripe-3: #00D4FF;\n--brand-stripe-4: #FFFFFF;"
}
Accessibility
[
  {
    "hex": "#635BFF",
    "contrast": {
      "black": 4.47,
      "white": 4.7
    },
    "wcag": {
      "AA": [
        "#FFFFFF"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#0A2540",
    "contrast": {
      "black": 1.35,
      "white": 15.53
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "hex": "#00D4FF",
    "contrast": {
      "black": 11.86,
      "white": 1.77
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "hex": "#FFFFFF",
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "stripe",
  "name": "Stripe",
  "category": "finance",
  "brandCategory": [
    "Finance",
    "finance"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Stripe.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/stripe/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/finance/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/stripe.json",
  "colors": [
    {
      "name": "Primary",
      "hex": "#635BFF",
      "rgb": [
        99,
        91,
        255
      ],
      "hsl": [
        243,
        100,
        68
      ],
      "cmyk": [
        61,
        64,
        0,
        0
      ],
      "luminance": 0.1735,
      "contrast": {
        "black": 4.47,
        "white": 4.7
      },
      "wcag": {
        "AA": [
          "#FFFFFF"
        ],
        "AAA": []
      }
    },
    {
      "name": "Brand color 2",
      "hex": "#0A2540",
      "rgb": [
        10,
        37,
        64
      ],
      "hsl": [
        210,
        73,
        15
      ],
      "cmyk": [
        84,
        42,
        0,
        75
      ],
      "luminance": 0.0176,
      "contrast": {
        "black": 1.35,
        "white": 15.53
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": [
          "#FFFFFF",
          "#F5F5F5"
        ]
      }
    },
    {
      "name": "Brand color 3",
      "hex": "#00D4FF",
      "rgb": [
        0,
        212,
        255
      ],
      "hsl": [
        190,
        100,
        50
      ],
      "cmyk": [
        100,
        17,
        0,
        0
      ],
      "luminance": 0.5431,
      "contrast": {
        "black": 11.86,
        "white": 1.77
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A"
        ]
      }
    },
    {
      "name": "White",
      "hex": "#FFFFFF",
      "rgb": [
        255,
        255,
        255
      ],
      "hsl": [
        0,
        0,
        100
      ],
      "cmyk": [
        0,
        0,
        0,
        0
      ],
      "luminance": 1,
      "contrast": {
        "black": 21,
        "white": 1
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      }
    }
  ],
  "brandUseCases": [
    "fintech UI",
    "payment flows",
    "trust-focused interfaces",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "finance brand colors",
    "blue led palette",
    "cool brand palette",
    "vibrant brand color",
    "Stripe color reference"
  ],
  "contrastSafeWith": [
    "#FFFFFF",
    "#F5F5F5",
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/stripe.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}

Brand palette context

About Stripe Brand Colors

Stripe uses a blue-led palette in this independent finance brand color reference. The palette is centered on #635BFF, with supporting values #0A2540, #00D4FF, #FFFFFF.

According to Colors Encyclopedia, this palette is useful for fintech UI, payment flows, trust-focused interfaces, and brand reference. The primary color is classified as cool with vibrant character, and white text gives the stronger contrast against #635BFF.

Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Stripe.