CSS Named Color Reference

Deep Pink Color Code

Deep Pink·#FF1493

Pink FamilyWarmMid toneHigh saturationoklch(65.5% 0.261 357)
HEX
#FF1493Primary token
RGB
rgb(255, 20, 147)Screen values
HSL
hsl(328 100% 54%)Hue and lightness
CMYK
0, 92, 42, 0Print handoff
LAB
56, 85, -6Perceptual reference
OKLCH
oklch(65.5% 0.261 357)Modern perceptual

Deep Pink is a mid-tone, high-saturation CSS named color at #FF1493. If you searched for deep pink hex code, FF1493, or deep 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 contrast4.72:1
Best UseLifestyle accents, beauty interfaces, expressive highlights, and soft emphasis

Tonal Scale

100#FFD5EC
300#FF93CD
500#FF3EA6
600#FF1493
800#B80E6A

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

3.64:1Large text / UI only

Dark text on this color

Large headings and selective UI.

4.72:1Safe for body text

This color on light surface

Links, borders, and icons on light UI.

3.46:1Large text / UI only
Best text colorDark textContrast 4.72:1

Professional Reference

OKLCHoklch(65.5% 0.261 357)
Relative Luminance0.2387
Source TypeCSS Named Color
Classification
Pink FamilyWarmMid toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Ant Design Magenta 6Tailwind Pink 500Tailwind Pink 600
Color Notes
  • Deep Pink is kept as an exact CSS named color for #FF1493.
  • Queries for deep pink color code, FF1493, or deep 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.

3.64:1Large text / UI only

Dark text on this color

Dark text or headings on the current color.

4.72:1AA

This color on light surface

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

3.46:1Large text / UI only

This color on dark surface

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

4.72:1AA
Best text colorDark textContrast 4.72:1 · AA

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

Deep 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

Fuchsia

Fuchsia

#FF00FF·CSS Standard Colors

Magenta

Magenta

#FF00FF·CSS Standard Colors

Pink

Pink

#FFC0CB·CSS Standard Colors

Hot Pink

Hot Pink

#FF69B4·CSS Standard Colors

Dark Magenta

Dark Magenta

#8B008B·CSS Standard Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-deep-pink: #FF1493;
  --color-deep-pink-rgb: 255 20 147;
}
Utility Class
class="bg-[#FF1493] text-white"
class="hover:bg-[#B80E6A] ring-1 ring-[#FF1493]"
JSON Token
{
  "deepPink": "#FF1493",
  "deepPinkRgb": [255, 20, 147],
  "deepPinkHsl": [328, 100, 54]
}