Software & SaaS
Databricks Color Codes
Databricks' colors are red #FF3621 and black #000000. The Databricks color codes in Hex, RGB and CMYK can be found below. Seven people founded it in 2013 out of UC Berkeley's AMPLab, having written Apache Spark there, and the company exists to commercialize it. Its red is a deliberate break from the blues the rest of the data-platform category uses.
Primary colors
What are Databricks Primary Colors?
Databricks' primary color is red #FF3621, with black carrying the wordmark.
Databricks publishes no public CMYK or Pantone sheet, so both are shown below as conversions and nearest matches.
Databricks Red
| Hex | #FF3621 |
|---|---|
| RGB | 255, 54, 33 |
| HSL | hsl(6, 100%, 56%) |
| CMYK | 0%, 79%, 87%, 0%converted · approximate |
| Pantone | PMS 1788 Cnearest match · not published by the brand |
Databricks Black
| Hex | #000000 |
|---|---|
| RGB | 0, 0, 0 |
| HSL | hsl(0, 0%, 0%) |
| CMYK | 0%, 0%, 0%, 100%converted · approximate |
| Pantone | PMS 419 Cnearest match · not published by the brand |
Databricks Hex Color Codes
Databricks hex color codes are #FF3621 for red and #000000 for black.
| Color | Hex |
|---|---|
| Red | #FF3621 |
| Black | #000000 |
Databricks RGB Color Codes
Databricks RGB color codes are 255, 54, 33 for red and 0, 0, 0 for black. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Red | rgb(255, 54, 33) |
| Black | rgb(0, 0, 0) |
Databricks HSL Color Codes
Databricks HSL color codes are 6, 100%, 56% for red and 0, 0%, 0% for black. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Red | hsl(6, 100%, 56%) |
| Black | hsl(0, 0%, 0%) |
Databricks CMYK Color Code
Databricks CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Red | 0%, 79%, 87%, 0% |
| Black | 0%, 0%, 0%, 100% |
Databricks Pantone Color Codes
Databricks Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Red | PMS 1788 C |
| Black | PMS 419 C |
Logo
Databricks Logo Colors
Databricks logo colors are red on the mark and black on the wordmark.
Databricks Logo Colors Palette
What the Databricks Logo Colors Mean?
The Databricks logo colors sit on a stack of bricks, which is the name drawn out. The mark is built from angled blocks arranged in layers, and the layering is the point: the company's argument is the lakehouse, one store that does the job of a data warehouse and a data lake at once. Red rather than blue puts it next to Oracle rather than next to Snowflake, which is the comparison it wants.
Databricks Logo JPG
Databricks logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Databricks Logo PNG
Databricks logo in PNG, with a transparent background. Use it over a colored surface.
Databricks Logo WebP
Databricks logo in WebP. Same transparency as the PNG at about a third of the file size.
Databricks Color Code Shades
Databricks color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Databricks paint or trim names.
In code
Using the Databricks palette
CSS custom properties
:root {
--databricks-red: #FF3621;
--databricks-black: #000000;
}
Contrast against white
| Red | 3.62:1AA × |
|---|---|
| Black | 21.00:1AA ✓ |
Brand colors are chosen for recognition, not for legibility. A failing value here is normal. It means use it as a fill, not as text.