Purple

#6D1CC4

Purple

Color Codes

All color formats for development

HEX
#6D1CC4
RGB
rgb(109, 28, 196)
HSL
hsl(269, 75%, 44%)
OKLCH
oklch(0.462 0.229 297.8)
CMYK
cmyk(44%, 86%, 0%, 23%)

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
#F7F2
100
#EDE0
200
#DDC5
300
#C398
400
#A463
500
#8936
600
#6D1C
700
#5716
800
#3E10
900
#280A
950
#1906

Shades

Darker variations

1#6219B1
2#58169D
3#4D1489
4#421176
5#370E62
6#2C0B4F
7#21083B
8#160627
9#0B0314

Tints

Lighter variations

1#7B20DD
2#8A37E2
3#9950E6
4#A769EA
5#B682ED
6#C49BF1
7#D3B4F4
8#E2CDF8
9#F0E6FB

Tones

Muted variations

1#6E24BC
2#6E2DB4
3#6E35AB
4#6F3EA3
5#6F469A
6#6F4F92
7#6F5789
8#705F81
9#706879

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EDE0
#EDE0FB
Light backgroundsTable row hoverSkeleton loading
200
DDC5
#DDC5F7
Secondary backgroundsInput backgroundsDividers
300
C398
#C398F0
BordersInactive statesPlaceholder text
400
A463
#A463E9
Disabled statesSecondary iconsMuted text
500
8936
#8936E2
Primary brand colorCTAsActive elementsLinks
600
6D1C
#6D1CC4
Hover statesFocus ringsPrimary buttons hover
700
5716
#57169C
Active/pressed statesDark mode accentsSecondary text
800
3E10
#3E1070
Text on light backgroundsHeadingsStrong borders
900
280A
#280A47
Primary textHigh emphasis contentDark headings
950
1906
#19062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F7F2FD;
  --purple-100: #EDE0FB;
  --purple-200: #DDC5F7;
  --purple-300: #C398F0;
  --purple-400: #A463E9;
  --purple-500: #8936E2;
  --purple-600: #6D1CC4;
  --purple-700: #57169C;
  --purple-800: #3E1070;
  --purple-900: #280A47;
  --purple-950: #19062D;
}
Generate More ShadesCreate PaletteConvert Color