Purple

#6A0FD2

Purple

Color Codes

All color formats for development

HEX
#6A0FD2
RGB
rgb(106, 15, 210)
HSL
hsl(268, 87%, 44%)
OKLCH
oklch(0.465 0.249 294.2)
CMYK
cmyk(50%, 93%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

8.04:1

AA AAA

On Black Background

2.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDE
200
#DCC1
300
#C191
400
#A158
500
#8628
600
#6A0F
700
#540C
800
#3C08
900
#2605
950
#1803

Shades

Darker variations

1#5F0DBD
2#550CA8
3#4A0A93
4#3F097E
5#350769
6#2A0654
7#20043F
8#15032A
9#0B0115

Tints

Lighter variations

1#7710ED
2#8629F0
3#9544F2
4#A45FF4
5#B379F6
6#C394F8
7#D2AFF9
8#E1CAFB
9#F0E4FD

Tones

Muted variations

1#6A18C8
2#6B22BE
3#6C2CB5
4#6C36AB
5#6D3FA1
6#6E4997
7#6E538D
8#6F5D84
9#70667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
ECDE
#ECDEFD
Light backgroundsTable row hoverSkeleton loading
200
DCC1
#DCC1FB
Secondary backgroundsInput backgroundsDividers
300
C191
#C191F7
BordersInactive statesPlaceholder text
400
A158
#A158F3
Disabled statesSecondary iconsMuted text
500
8628
#8628F0
Primary brand colorCTAsActive elementsLinks
600
6A0F
#6A0FD2
Hover statesFocus ringsPrimary buttons hover
700
540C
#540CA7
Active/pressed statesDark mode accentsSecondary text
800
3C08
#3C0877
Text on light backgroundsHeadingsStrong borders
900
2605
#26054C
Primary textHigh emphasis contentDark headings
950
1803
#180330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F7F1FE;
  --purple-100: #ECDEFD;
  --purple-200: #DCC1FB;
  --purple-300: #C191F7;
  --purple-400: #A158F3;
  --purple-500: #8628F0;
  --purple-600: #6A0FD2;
  --purple-700: #540CA7;
  --purple-800: #3C0877;
  --purple-900: #26054C;
  --purple-950: #180330;
}
Generate More ShadesCreate PaletteConvert Color