Colors Use it!

Primary Colors

Yellow

#FEF800

rgb(254,248,0)

c0 m0 y100 k0

var(--color-yellow)

Black

#333333

rgb(51,51,51)

c0 m0 y0 k100

var(--color-black)

White

#FEFEFE

rgb(254,254,254)

c0 m0 y0 k0

var(--color-white)

The Decoded Yellow is our main brand color. It translates the enlightenment we bring to our clients to the visual plane. It works best if used very sparingly.

Use yellow to highlight important information, but don’t use it for random small accents. At any given time there should be a maximum of 4 yellow elements on a page/in a browser window, including the logo.

Note that we use a slight off-white and a very dark grey on screen, but full process black and white in print. This is to reduce eye strain on screen.

Warm Greys

Dark Grey

#53504B

rgb(83,80,75)

c0 m3 y9 k67

var(--color-grey-dark)

Medium Grey

#BAB8B0

rgb(186,184,176)

c0 m1 y5 k27

var(--color-grey-medium)

Light Grey

#F2F1EF

rgb(242,241,239)

c0 m0 y1 k5

var(--color-grey-light)

The Decoded Warm Greys are used to provide context, group and annotate. Each grey can be used with a tint of 40% to provide extra hues if needed.

Use Dark or Medium Grey to set copy. Light grey can only be used for backgrounds and graphical elements, and should not be used for copy.

Secondary Colors

Green

#2ecc71

rgb(46,204,133)

c68 m0 y71 k0

var(--color-green)

Blue

#348dcc

rgb(52,141,204)

c76 m34 y0 k0

var(--color-blue)

Red

#e74c3c

rgb(231,76,60)

c1 m81 y75 k0

var(--color-red)

Light Green

#c0e38b

rgb(192,227,139)

c32 m0 y57 k0

var(--color-green-light)

Light Blue

#7fc3e1

rgb(127,195,225)

c52 m7 y8 k0

var(--color-blue-light)

Light Red

#fd9e7f

rgb(253,158,127)

c0 m49 y48 k0

var(--color-red-light)

Orange

#f3920f

rgb(243,146,15)

c0 m50 y95 k0

var(--color-orange)

Pink

#f93a8e

rgb(249,58,142)

c0 m86 y3 k0

var(--color-pink)

Purple

#8c59b6

rgb(140,86,182)

c59 m72 y0 k0

var(--color-purple)

Light Orange

#ffca80

rgb(255,202,128)

c0 m25 y56 k0

var(--color-orange-light)

Light Pink

#fc83b3

rgb(252,131,179)

c0 m62 y1 k0

var(--color-pink-light)

Light Purple

#ab7fc1

rgb(171,127,193)

c39 m56 y0 k0

var(--color-purple-light)

Secondary colors are mainly used for infographics and interface elements. They should not dominate the main brand colors in any given user journey, but can take up a significant part of an individual asset.

  • Use Full Colors for small text, thin outlines and where a bold color is needed.
  • Use sparingly and make sure it doesn’t overpower our yellow or get too flashy.
  • Use full colors at full opacity.
  • Use Light Secondary Colors for backgrounds and bigger graphical elements.
  • Always use proper light colors, not alpha values of full color.

Use It

GDocs

Our basic templates have color swatches set up.

Adobe

Use our Decoded CC Library to get all the color swatches.

Code

For basic apps and web sites, link to the decoded.css, then use helper classes as described in the documentation.

For more complex apps, include the Decoded Style Framework in your app and use the variable names listed above.