Purple

#6A19C8

Purple

Color Codes

All color formats for development

HEX
#6A19C8
RGB
rgb(106, 25, 200)
HSL
hsl(268, 78%, 44%)
OKLCH
oklch(0.46 0.235 295.9)
CMYK
cmyk(47%, 88%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

8.12:1

AA AAA

On Black Background

2.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDF
200
#DCC4
300
#C197
400
#A160
500
#8633
600
#6A19
700
#5514
800
#3C0E
900
#2709
950
#1806

Shades

Darker variations

1#6016B4
2#5514A0
3#4A118C
4#400F78
5#350C64
6#2B0A50
7#20073C
8#150528
9#0B0214

Tints

Lighter variations

1#781CE1
2#8734E6
3#964DE9
4#A566EC
5#B480EF
6#C399F2
7#D2B3F6
8#E1CCF9
9#F0E6FC

Tones

Muted variations

1#6B21BF
2#6C2AB6
3#6C33AD
4#6D3CA5
5#6D449C
6#6E4D93
7#6E568A
8#6F5F82
9#706779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
ECDF
#ECDFFB
Light backgroundsTable row hoverSkeleton loading
200
DCC4
#DCC4F8
Secondary backgroundsInput backgroundsDividers
300
C197
#C197F2
BordersInactive statesPlaceholder text
400
A160
#A160EB
Disabled statesSecondary iconsMuted text
500
8633
#8633E6
Primary brand colorCTAsActive elementsLinks
600
6A19
#6A19C8
Hover statesFocus ringsPrimary buttons hover
700
5514
#55149F
Active/pressed statesDark mode accentsSecondary text
800
3C0E
#3C0E71
Text on light backgroundsHeadingsStrong borders
900
2709
#270949
Primary textHigh emphasis contentDark headings
950
1806
#18062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F7F1FD;
  --purple-100: #ECDFFB;
  --purple-200: #DCC4F8;
  --purple-300: #C197F2;
  --purple-400: #A160EB;
  --purple-500: #8633E6;
  --purple-600: #6A19C8;
  --purple-700: #55149F;
  --purple-800: #3C0E71;
  --purple-900: #270949;
  --purple-950: #18062D;
}
Generate More ShadesCreate PaletteConvert Color