Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Hex Triplet

#f1f3f5

Red Green Blue

rgb(241,243,245)

Hue Saturation Lightness

hsl(210,16.67%,95.29%)

Cyan Magenta Yellow Key

1.6%, 0.8%, 0%, 3.9%

 Important information about contrast

Contrast

Contrast is the difference in luminance or color that makes an object (or its representation in an image or display) distinguishable.

In visual perception of the real world, contrast is determined by the difference in the color and brightness of the object and other objects within the same field of view.

Requirements

We want to make sure that the colors we use are distinguishable when perceived in the same space.

An example of this is the color of text on top of a background color.

Contrast Ratio

Level

Text Color

Background Color

Example

1

9.27

AAA

#172842

#ffc401

example

2

5.34

AA

#0847a6

#ffc401

example

3

3.68

AALG

#6454c0

#ffc401

example

4

1.65

FAIL

#97a0af

#ffc401

example

As you can see above in the, example column of the above table, rows three and four are more difficult to read than rows one and two.

According to the W3C WCAG 2.0:

Contrast (Minimum): The visual presentation of text and images of text has a contrast ratio of at least 4.5:1, except for the following: (Level AA)

  • Large Text: Large-scale text and images of large-scale text have a contrast ratio of at least 3:1;

  • Incidental: Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement.

  • Logotypes: Text that is part of a logo or brand name has no minimum contrast requirement.

Rating

Success Criterion

Notes

AAA

Pass, (7+ contrast ratio)

AA

Pass, (4.5+ contrast ratio)

AALG

Pass, Large Text Only, (3+ contrast ratio)

with at least 18 point or 14 point bold or font size

More information can be found here /wiki/spaces/WCAG/pages/163513201.

AAA

Hex Triplet

Name

Contrast Ratio

#1a1a1a

black

15.6

#012a52

blue-shade-2

13.0

#253a6e

blue-shade-1

9.9

AA

Hex Triplet

Name

Contrast Ratio

#555555

gray-shade-2

6.7

#cc0000

red-secondary

5.3

#5f6a78

gray-shade-1

4.9

#d6006e

pink

4.6

#0273ba

blue

4.5

AALG

Hex Triplet

Name

Contrast Ratio

#00818f

teal

4.2

#d14200

orange

4.2

#037fb0

blue-shade-3

4.0

#44873c

green-shade-1

4.0

#ff0000

red

3.6

#0099a9

teal-tint-1

3.1

  • No labels