Find Color Codes

Video Games

Valorant Color Codes

Valorant works in a red, hex #FF4655, with a near-black, hex #0F1923. The Valorant color codes in Hex, RGB and CMYK can be found below. Riot Games released it in 2020, a tactical five-on-five shooter that welded Counter-Strike's economy and gunplay to hero abilities; it was Riot's first game outside League of Legends. Its nearest peer on this site is Counter-Strike.

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

Primary colors

What are Valorant Primary Colors?

Valorant's primary colors are valorant red #FF4655, dark #0F1923.

Valorant publishes a brand system; the value shown is Valorant Red.

Valorant Valorant Red

Hex#FF4655
RGB255, 70, 85
HSLhsl(355, 100%, 64%)
CMYK0%, 73%, 67%, 0%converted · approximate
PantonePMS 1787 Cnearest match · not published by the brand

Valorant Dark

Hex#0F1923
RGB15, 25, 35
HSLhsl(210, 40%, 10%)
CMYK57%, 29%, 0%, 86%converted · approximate
PantonePMS 5395 Cnearest match · not published by the brand

Valorant Hex Color Codes

Valorant hex color codes are #FF4655 for valorant red and #0F1923 for dark.

ColorHex
Valorant Red #FF4655
Dark #0F1923

Valorant RGB Color Codes

Valorant RGB color codes are 255, 70, 85 for valorant red and 15, 25, 35 for dark. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Valorant Red rgb(255, 70, 85)
Dark rgb(15, 25, 35)

Valorant HSL Color Codes

Valorant HSL color codes are 355, 100%, 64% for valorant red and 210, 40%, 10% for dark. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Valorant Red hsl(355, 100%, 64%)
Dark hsl(210, 40%, 10%)

Valorant CMYK Color Code

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

ColorCMYK
Valorant Red 0%, 73%, 67%, 0%
Dark 57%, 29%, 0%, 86%

Valorant Pantone Color Codes

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

ColorNearest Pantone
Valorant Red PMS 1787 C
Dark PMS 5395 C

Logo

Valorant Logo Colors

Valorant logo colors are a sharp red V mark on a near-black ground.

Valorant Logo Colors Palette

What the Valorant Logo Colors Mean?

The Valorant red is a hot, slightly pink-leaning red that Riot picked to feel modern and aggressive next to Counter-Strike's understated look. The V is drawn as an arrowhead, pointing up; the near-black behind it is the color of the game's menus and its competitive broadcasts.

Valorant Logo Color History

Valorant logo color history is short, the game being new. The red-and-near-black pairing has run since the 2020 launch, with the V mark tightened once.

Valorant Logo Fonts

Valorant logo fonts are a custom display sans called Tungsten in the wordmark, condensed and heavy. Tungsten itself is the match.

Valorant Logo JPG

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

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

Valorant Logo PNG

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

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

Valorant Logo WebP

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

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

Valorant Color Code Shades

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

These are interface steps, not Valorant paint or trim names.

In code

Using the Valorant palette

CSS custom properties

:root {
  --valorant-valorant-red: #FF4655;
  --valorant-dark: #0F1923;
}

Contrast against white

Valorant Red 3.36:1AA ×
Dark 17.74: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.