Purple

#6804AF

Purple

Color Codes

All color formats for development

HEX
#6804AF
RGB
rgb(104, 4, 175)
HSL
hsl(275, 96%, 35%)
OKLCH
oklch(0.424 0.221 302.1)
CMYK
cmyk(41%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

9.44: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
#CE8C
400
#B450
500
#9F1E
600
#8204
700
#6804
800
#4A03
900
#2F02
950
#1E01

Shades

Darker variations

1#5D039D
2#53038C
3#48027A
4#3E0269
5#340257
6#290146
7#1F0134
8#150123
9#0A0011

Tints

Lighter variations

1#7B04CF
2#8E05F0
3#9E1CFA
4#AB3CFB
5#B95DFC
6#C77DFC
7#D59EFD
8#E3BEFE
9#F1DFFE

Tones

Muted variations

1#660CA6
2#65159E
3#631D95
4#62268D
5#602E84
6#5F377C
7#5E4073
8#5C486A
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
CE8C
#CE8CFD
BordersInactive statesPlaceholder text
400
B450
#B450FB
Disabled statesSecondary iconsMuted text
500
9F1E
#9F1EFA
Primary brand colorCTAsActive elementsLinks
600
8204
#8204DC
Hover statesFocus ringsPrimary buttons hover
700
6804
#6804AF
Active/pressed statesDark mode accentsSecondary text
800
4A03
#4A037D
Text on light backgroundsHeadingsStrong borders
900
2F02
#2F0250
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: #CE8CFD;
  --purple-400: #B450FB;
  --purple-500: #9F1EFA;
  --purple-600: #8204DC;
  --purple-700: #6804AF;
  --purple-800: #4A037D;
  --purple-900: #2F0250;
  --purple-950: #1E0132;
}
Generate More ShadesCreate PaletteConvert Color