Find Color Codes

Video Games

Godot Engine Color Codes

Godot Engine works in a blue, hex #478CBF, on white or dark. The Godot Engine color codes in Hex, RGB and CMYK can be found below. Juan Linietsky and Ariel Manzur wrote it in Argentina for in-house studio use, open-sourced it in 2014 under a permissive license, and it is run by donations and volunteers; developers moved to it in large numbers after Unity's 2023 pricing change. Its nearest peer on this site is Unity.

The Godot Engine logo, shown for identification
The Godot Engine logo, shown for identification. Godot Engine is a trademark of its owner and this site is not affiliated with it.

Primary colors

What are Godot Engine Primary Colors?

Godot Engine's primary color is #478CBF. Every value on this page is derived from it.

Godot Engine publishes brand assets; the value shown matches its stated blue.

Godot Engine Primary

Hex#478CBF
RGB71, 140, 191
HSLhsl(206, 48%, 51%)
CMYK63%, 27%, 0%, 25%converted · approximate
PantonePMS 542 Cnearest match · not published by the brand

Godot Engine Hex Color Codes

Godot Engine hex color codes are #478CBF for primary.

ColorHex
Primary #478CBF

Godot Engine RGB Color Codes

Godot Engine RGB color codes are 71, 140, 191 for primary. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Primary rgb(71, 140, 191)

Godot Engine HSL Color Codes

Godot Engine HSL color codes are 206, 48%, 51% for primary. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Primary hsl(206, 48%, 51%)

Godot Engine CMYK Color Code

Godot Engine CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.

ColorCMYK
Primary 63%, 27%, 0%, 25%

Godot Engine Pantone Color Codes

Godot Engine Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.

ColorNearest Pantone
Primary PMS 542 C

Logo

Godot Engine Logo Colors

Godot Engine logo colors are one friendly blue for the robot-head mark.

Godot Engine Logo Colors Palette

What the Godot Engine Logo Colors Mean?

The Godot blue is a soft, approachable tone that suits a free engine built by a community rather than a company. The mark is a smiling robot head, drawn by an early contributor, and the single blue keeps it recognizable at the small size it appears on an editor splash and a GitHub page.

Godot Engine Logo Color History

Godot Engine logo color history has held the blue robot since the project went public in 2014, with the head redrawn for a cleaner look in later versions.

Godot Engine Logo Fonts

Godot Engine logo fonts are an open sans, chosen so the whole identity can be redistributed freely. A face like Open Sans is the match.

Godot Engine Logo JPG

Godot Engine logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.

Godot Engine logo, JPG format
Download JPG Trademark of its owner, shown for identification.

Godot Engine Logo PNG

Godot Engine logo in PNG, with a transparent background. Use it over a colored surface.

Godot Engine logo, PNG format
Download PNG Trademark of its owner, shown for identification.

Godot Engine Logo WebP

Godot Engine logo in WebP. Same transparency as the PNG at about a third of the file size.

Godot Engine logo, WEBP format
Download WEBP Trademark of its owner, shown for identification.

Godot Engine Color Code Shades

Godot Engine color code shades step evenly from the primary toward black, for hover states, borders and shadows.

These are interface steps, not Godot Engine paint or trim names.

In code

Using the Godot Engine palette

CSS custom properties

:root {
  --godot-engine-primary: #478CBF;
}

Contrast against white

Primary 3.64: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.