Purple

#6A05AD

Purple

Color Codes

All color formats for development

HEX
#6A05AD
RGB
rgb(106, 5, 173)
HSL
hsl(276, 94%, 35%)
OKLCH
oklch(0.426 0.22 303.5)
CMYK
cmyk(39%, 97%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

9.38:1

AA AAA

On Black Background

2.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DC
200
#E4BF
300
#CF8D
400
#B752
500
#A220
600
#8507
700
#6A05
800
#4C04
900
#3002
950
#1E02

Shades

Darker variations

1#5F059C
2#55048B
3#4A0479
4#400368
5#350357
6#2A0245
7#200234
8#150123
9#0B0111

Tints

Lighter variations

1#7E06CD
2#9107ED
3#A11EF8
4#AE3EF9
5#BC5EFA
6#C97EFB
7#D79FFC
8#E4BFFD
9#F2DFFE

Tones

Muted variations

1#680EA5
2#67169C
3#651F94
4#63278C
5#622F83
6#60387B
7#5E4072
8#5D486A
9#5B5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DC
#F1DCFE
Light backgroundsTable row hoverSkeleton loading
200
E4BF
#E4BFFD
Secondary backgroundsInput backgroundsDividers
300
CF8D
#CF8DFB
BordersInactive statesPlaceholder text
400
B752
#B752FA
Disabled statesSecondary iconsMuted text
500
A220
#A220F8
Primary brand colorCTAsActive elementsLinks
600
8507
#8507DA
Hover statesFocus ringsPrimary buttons hover
700
6A05
#6A05AD
Active/pressed statesDark mode accentsSecondary text
800
4C04
#4C047C
Text on light backgroundsHeadingsStrong borders
900
3002
#30024F
Primary textHigh emphasis contentDark headings
950
1E02
#1E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FF;
  --purple-100: #F1DCFE;
  --purple-200: #E4BFFD;
  --purple-300: #CF8DFB;
  --purple-400: #B752FA;
  --purple-500: #A220F8;
  --purple-600: #8507DA;
  --purple-700: #6A05AD;
  --purple-800: #4C047C;
  --purple-900: #30024F;
  --purple-950: #1E0231;
}
Generate More ShadesCreate PaletteConvert Color