Video Games
Unreal Engine Color Codes
Unreal Engine works in a near-black, hex #0E1128, on white. The Unreal Engine color codes in Hex, RGB and CMYK can be found below. Tim Sweeney built the first version at Epic for the 1998 game Unreal; the engine outgrew the game and is now used for blockbusters, film and television sets, and architecture, free until a project earns past a threshold. Its nearest peer on this site is Unity.
Primary colors
What are Unreal Engine Primary Colors?
Unreal Engine's primary color is #0E1128. Every value on this page is derived from it.
Unreal Engine runs a near-black identity; the values shown are near-black and white.
Unreal Engine Primary
| Hex | #0E1128 |
|---|---|
| RGB | 14, 17, 40 |
| HSL | hsl(233, 48%, 11%) |
| CMYK | 65%, 58%, 0%, 84%converted · approximate |
| Pantone | PMS 2767 Cnearest match · not published by the brand |
Unreal Engine Hex Color Codes
Unreal Engine hex color codes are #0E1128 for primary.
| Color | Hex |
|---|---|
| Primary | #0E1128 |
Unreal Engine RGB Color Codes
Unreal Engine RGB color codes are 14, 17, 40 for primary. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Primary | rgb(14, 17, 40) |
Unreal Engine HSL Color Codes
Unreal Engine HSL color codes are 233, 48%, 11% for primary. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Primary | hsl(233, 48%, 11%) |
Unreal Engine CMYK Color Code
Unreal Engine CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Primary | 65%, 58%, 0%, 84% |
Unreal Engine Pantone Color Codes
Unreal Engine Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Primary | PMS 2767 C |
Logo
Unreal Engine Logo Colors
Unreal Engine logo colors are a near-black spiral U mark, on white or reversed.
Unreal Engine Logo Colors Palette
What the Unreal Engine Logo Colors Mean?
The Unreal Engine mark is a U drawn as a rolling spiral, and like Epic's own logo it stays a flat dark tone so it can front a photoreal shooter and a stylized platformer without clashing. The near-black has a faint blue in it rather than being pure, which keeps it from looking heavy on a bright splash screen.
Unreal Engine Logo Color History
Unreal Engine logo color history has been dark-on-light throughout. The spiral U replaced a fuller wordmark around the move to Unreal Engine 4 and the free licensing model in 2014.
Unreal Engine Logo Fonts
Unreal Engine logo fonts are a custom bold sans shared with Epic's brand. A heavy geometric sans is the nearest match.
Unreal Engine Logo JPG
Unreal Engine logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Unreal Engine Logo PNG
Unreal Engine logo in PNG, with a transparent background. Use it over a colored surface.
Unreal Engine Logo WebP
Unreal Engine logo in WebP. Same transparency as the PNG at about a third of the file size.
Unreal Engine Color Code Shades
Unreal Engine color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Unreal Engine paint or trim names.
In code
Using the Unreal Engine palette
CSS custom properties
:root {
--unreal-engine-primary: #0E1128;
}
Contrast against white
| Primary | 18.59: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.