Deep Pink

#FA1E76

Pink

Color Codes

All color formats for development

HEX
#FA1E76
RGB
rgb(250, 30, 118)
HSL
hsl(336, 96%, 55%)
OKLCH
oklch(0.641 0.246 5.8)
CMYK
cmyk(0%, 88%, 53%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.81:1

AA AAA

On Black Background

5.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#F70566
2#DC045B
3#C0044F
4#A50344
5#890339
6#6E022D
7#520222
8#370117
9#1B010B

Tints

Lighter variations

1#FB3584
2#FB4B92
3#FC629F
4#FC78AD
5#FD8FBB
6#FDA5C8
7#FEBCD6
8#FED2E4
9#FFE9F1

Tones

Muted variations

1#EF2978
2#E4347B
3#D93F7D
4#CE4A7F
5#C35581
6#B86083
7#AD6B86
8#A27688
9#97818A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F6
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCEA
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBED7
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CB9
BordersInactive statesPlaceholder text
400
FB50
#FB5095
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E76
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC045B
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF0448
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0334
Text on light backgroundsHeadingsStrong borders
900
5002
#500221
Primary textHigh emphasis contentDark headings
950
3201
#320115
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FFF0F6;
  --deep-pink-100: #FEDCEA;
  --deep-pink-200: #FEBED7;
  --deep-pink-300: #FD8CB9;
  --deep-pink-400: #FB5095;
  --deep-pink-500: #FA1E76;
  --deep-pink-600: #DC045B;
  --deep-pink-700: #AF0448;
  --deep-pink-800: #7D0334;
  --deep-pink-900: #500221;
  --deep-pink-950: #320115;
}
Generate More ShadesCreate PaletteConvert Color