Purple

#6C0080

Pink

Color Codes

All color formats for development

HEX
#6C0080
RGB
rgb(108, 0, 128)
HSL
hsl(291, 100%, 25%)
OKLCH
oklch(0.388 0.186 319.7)
CMYK
cmyk(16%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

10.77:1

AA AAA

On Black Background

1.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FADB
200
#F5BD
300
#ED8A
400
#E44D
500
#DD1A
600
#BF00
700
#9800
800
#6C00
900
#4500
950
#2B00

Shades

Darker variations

1#620073
2#570066
3#4C0059
4#41004D
5#360040
6#2B0033
7#210026
8#16001A
9#0B000D

Tints

Lighter variations

1#8D00A6
2#AD00CC
3#CE00F2
4#DD1AFF
5#E240FF
6#E866FF
7#EE8CFF
8#F4B3FF
9#F9D9FF

Tones

Muted variations

1#680679
2#630D73
3#5F136C
4#5B1966
5#562060
6#522659
7#4D2D53
8#49334D
9#443946

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FF
BackgroundsSubtle highlightsCard backgrounds
100
FADB
#FADBFF
Light backgroundsTable row hoverSkeleton loading
200
F5BD
#F5BDFF
Secondary backgroundsInput backgroundsDividers
300
ED8A
#ED8AFF
BordersInactive statesPlaceholder text
400
E44D
#E44DFF
Disabled statesSecondary iconsMuted text
500
DD1A
#DD1AFF
Primary brand colorCTAsActive elementsLinks
600
BF00
#BF00E0
Hover statesFocus ringsPrimary buttons hover
700
9800
#9800B3
Active/pressed statesDark mode accentsSecondary text
800
6C00
#6C0080
Text on light backgroundsHeadingsStrong borders
900
4500
#450052
Primary textHigh emphasis contentDark headings
950
2B00
#2B0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FF;
  --purple-100: #FADBFF;
  --purple-200: #F5BDFF;
  --purple-300: #ED8AFF;
  --purple-400: #E44DFF;
  --purple-500: #DD1AFF;
  --purple-600: #BF00E0;
  --purple-700: #9800B3;
  --purple-800: #6C0080;
  --purple-900: #450052;
  --purple-950: #2B0033;
}
Generate More ShadesCreate PaletteConvert Color