CSS Named Color Reference

Pink Color Code

Pink·#FFC0CB

Pink FamilyWarmLight toneHigh saturationoklch(86.8% 0.074 7)
HEX
#FFC0CBPrimary token
RGB
rgb(255, 192, 203)Screen values
HSL
hsl(350 100% 88%)Hue and lightness
CMYK
0, 25, 20, 0Print handoff
LAB
84, 24, 3Perceptual reference
OKLCH
oklch(86.8% 0.074 7)Modern perceptual

Pink is a light, high-saturation CSS named color at #FFC0CB. If you searched for pink hex code, FFC0CB, or pink RGB, this page gives the exact color value, conversion formats, contrast checks, nearby colors, and links into the lookup and converter workflows.

Best text colorDark text
Body text contrast11.15:1
Best UseLifestyle accents, beauty interfaces, expressive highlights, and soft emphasis

Tonal Scale

100#FFF4F6
300#FFE2E7
500#FFCBD4
600#FFC0CB
800#B88A92

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

1.54:1Needs more separation

Dark text on this color

Large headings and selective UI.

11.15:1AAA-level contrast

This color on light surface

Links, borders, and icons on light UI.

1.46:1Needs more separation
Best text colorDark textContrast 11.15:1

Professional Reference

OKLCHoklch(86.8% 0.074 7)
Relative Luminance0.6327
Source TypeCSS Named Color
Classification
Pink FamilyWarmLight toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Light PinkMaterial Pink 100Material Red 100
Color Notes
  • Pink is kept as an exact CSS named color for #FFC0CB.
  • Queries for pink color code, FFC0CB, or pink RGB usually need the value first, then contrast and implementation context.

Accessibility Matrix

White text on this color

White text placed on the current color.

1.54:1Needs more separation

Dark text on this color

Dark text or headings on the current color.

11.15:1AAA

This color on light surface

Use this color for links, strokes, or icons on light UI.

1.46:1Needs more separation

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

11.15:1AAA
Best text colorDark textContrast 11.15:1 · AAA

Where It Works

  • Use it for expressive highlights, lifestyle moments, beauty UI, and friendly accents.
  • Check readability carefully when pink is used behind body text or small controls.
  • Pair with clean white, ink-dark text, violet neighbors, and muted neutrals.

Reference Notes

Last Updated
2026-09-03
Source Library
CSS Standard Colors
Methodology
Verified source values + site guidance
Color Notes

Pink is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.

Hue Family

Soft to vivid pinks for lifestyle and beauty.

Source Collections
CSS Named Colors

Related Colors

Deep Pink

Deep Pink

#FF1493·CSS Standard Colors

Fuchsia

Fuchsia

#FF00FF·CSS Standard Colors

Magenta

Magenta

#FF00FF·CSS Standard Colors

Light Pink

Light Pink

#FFB6C1·CSS Standard Colors

Mistyrose

Mistyrose

#FFE4E1·CSS Standard Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-pink: #FFC0CB;
  --color-pink-rgb: 255 192 203;
}
Utility Class
class="bg-[#FFC0CB] text-white"
class="hover:bg-[#B88A92] ring-1 ring-[#FFC0CB]"
JSON Token
{
  "pink": "#FFC0CB",
  "pinkRgb": [255, 192, 203],
  "pinkHsl": [350, 100, 88]
}