Purple

#7E0167

Pink

Color Codes

All color formats for development

HEX
#7E0167
RGB
rgb(126, 1, 103)
HSL
hsl(311, 98%, 25%)
OKLCH
oklch(0.402 0.175 338.6)
CMYK
cmyk(0%, 99%, 18%, 51%)

Accessibility

WCAG contrast compliance

On White Background

10.06:1

AA AAA

On Black Background

2.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#72015D
2#650153
3#580148
4#4C013E
5#3F0134
6#320129
7#26001F
8#190015
9#0D000A

Tints

Lighter variations

1#A40286
2#CA02A5
3#F002C4
4#FD1CD3
5#FD42DB
6#FD68E2
7#FE8DE9
8#FEB3F0
9#FFD9F8

Tones

Muted variations

1#780863
2#720E5F
3#6B145B
4#651A57
5#5F2154
6#592750
7#522D4C
8#4C3348
9#463A44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FC
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCF8
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDF2
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BE9
BordersInactive statesPlaceholder text
400
FD4E
#FD4EDD
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1CD3
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE02B6
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10291
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0167
Text on light backgroundsHeadingsStrong borders
900
5101
#510142
Primary textHigh emphasis contentDark headings
950
3201
#320129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FFF0FC;
  --purple-100: #FFDCF8;
  --purple-200: #FEBDF2;
  --purple-300: #FE8BE9;
  --purple-400: #FD4EDD;
  --purple-500: #FD1CD3;
  --purple-600: #DE02B6;
  --purple-700: #B10291;
  --purple-800: #7E0167;
  --purple-900: #510142;
  --purple-950: #320129;
}
Generate More ShadesCreate PaletteConvert Color