Purple

#6A047C

Pink

Color Codes

All color formats for development

HEX
#6A047C
RGB
rgb(106, 4, 124)
HSL
hsl(291, 94%, 25%)
OKLCH
oklch(0.383 0.18 320.3)
CMYK
cmyk(15%, 97%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

10.93:1

AA AAA

On Black Background

1.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F9DC
200
#F4BF
300
#EB8D
400
#E052
500
#D820
600
#BA07
700
#9405
800
#6A04
900
#4402
950
#2A02

Shades

Darker variations

1#5F036F
2#550363
3#4A0357
4#3F024A
5#35023E
6#2A0231
7#200125
8#150119
9#0B000C

Tints

Lighter variations

1#8905A1
2#A906C6
3#C907EB
4#D820F8
5#DE45F9
6#E56BFA
7#EB90FC
8#F2B5FD
9#F8DAFE

Tones

Muted variations

1#660A76
2#611070
3#5D166A
4#591C64
5#55225E
6#512858
7#4C2E52
8#48344C
9#443A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F9DC
#F9DCFE
Light backgroundsTable row hoverSkeleton loading
200
F4BF
#F4BFFD
Secondary backgroundsInput backgroundsDividers
300
EB8D
#EB8DFB
BordersInactive statesPlaceholder text
400
E052
#E052FA
Disabled statesSecondary iconsMuted text
500
D820
#D820F8
Primary brand colorCTAsActive elementsLinks
600
BA07
#BA07DA
Hover statesFocus ringsPrimary buttons hover
700
9405
#9405AD
Active/pressed statesDark mode accentsSecondary text
800
6A04
#6A047C
Text on light backgroundsHeadingsStrong borders
900
4402
#44024F
Primary textHigh emphasis contentDark headings
950
2A02
#2A0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FCF0FF;
  --purple-100: #F9DCFE;
  --purple-200: #F4BFFD;
  --purple-300: #EB8DFB;
  --purple-400: #E052FA;
  --purple-500: #D820F8;
  --purple-600: #BA07DA;
  --purple-700: #9405AD;
  --purple-800: #6A047C;
  --purple-900: #44024F;
  --purple-950: #2A0231;
}
Generate More ShadesCreate PaletteConvert Color