Purple

#6803B0

Purple

Color Codes

All color formats for development

HEX
#6803B0
RGB
rgb(104, 3, 176)
HSL
hsl(275, 97%, 35%)
OKLCH
oklch(0.425 0.223 301.8)
CMYK
cmyk(41%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

9.42:1

AA AAA

On Black Background

2.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DC
200
#E3BE
300
#CE8B
400
#B44F
500
#9F1D
600
#8203
700
#6803
800
#4A02
900
#2F01
950
#1E01

Shades

Darker variations

1#5D029E
2#53028D
3#49027B
4#3E0269
5#340158
6#290146
7#1F0135
8#150123
9#0A0012

Tints

Lighter variations

1#7B03D0
2#8E04F1
3#9E1AFC
4#AC3BFC
5#BA5CFD
6#C77CFD
7#D59DFE
8#E3BEFE
9#F1DEFF

Tones

Muted variations

1#660BA7
2#65149F
3#631D96
4#62258D
5#602E85
6#5F377C
7#5E3F73
8#5C486B
9#5B5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F0DC
#F0DCFE
Light backgroundsTable row hoverSkeleton loading
200
E3BE
#E3BEFE
Secondary backgroundsInput backgroundsDividers
300
CE8B
#CE8BFD
BordersInactive statesPlaceholder text
400
B44F
#B44FFC
Disabled statesSecondary iconsMuted text
500
9F1D
#9F1DFC
Primary brand colorCTAsActive elementsLinks
600
8203
#8203DD
Hover statesFocus ringsPrimary buttons hover
700
6803
#6803B0
Active/pressed statesDark mode accentsSecondary text
800
4A02
#4A027E
Text on light backgroundsHeadingsStrong borders
900
2F01
#2F0150
Primary textHigh emphasis contentDark headings
950
1E01
#1E0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FF;
  --purple-100: #F0DCFE;
  --purple-200: #E3BEFE;
  --purple-300: #CE8BFD;
  --purple-400: #B44FFC;
  --purple-500: #9F1DFC;
  --purple-600: #8203DD;
  --purple-700: #6803B0;
  --purple-800: #4A027E;
  --purple-900: #2F0150;
  --purple-950: #1E0132;
}
Generate More ShadesCreate PaletteConvert Color