Toolman

aqua — #00FFFF

#00FFFF

rgb(0, 255, 255) · hsl(180, 100%, 50%) · CSS keyword aqua

Can you put text on it?

ContrastBody textLarge text
aqua on white1.25:1
aqua on black16.75:1AAAA

As a background, aqua takes black text: 16.75:1 against 1.25:1 the other way. A colour picker will give you the hex and stop there, which is why so many palettes look right and fail an accessibility audit.

Using it

color: aqua;
color: #00ffff;
color: rgb(0 255 255);

All three are the same colour. The keyword is one of the 141 CSS named colours — a list settled in CSS 2.1 and added to exactly once since, when rebeccapurple was standardised in 2014.

Colours close to aqua

Frequently asked questions

What is the hex code for aqua?

The hex code for aqua is #00FFFF — RGB 0, 255, 255.

Can I use aqua for text?

Not on a white background. aqua reaches only 1.25:1, and WCAG AA asks for 4.5:1. It works as a background or a border, not as ink.

Should text on aqua be black or white?

Black — 16.75:1 against 1.25:1 the other way.

Other named colours

#00FFFF in full — tints, shades and harmonies · All named colours · Colour reference