Toolman

pink — #FFC0CB

#FFC0CB

rgb(255, 192, 203) · hsl(350, 100%, 88%) · CSS keyword pink

Can you put text on it?

ContrastBody textLarge text
pink on white1.54:1
pink on black13.65:1AAAA

As a background, pink takes black text: 13.65:1 against 1.54: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: pink;
color: #ffc0cb;
color: rgb(255 192 203);

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 pink

Frequently asked questions

What is the hex code for pink?

The hex code for pink is #FFC0CB — RGB 255, 192, 203.

Can I use pink for text?

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

Should text on pink be black or white?

Black — 13.65:1 against 1.54:1 the other way.

Other named colours

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