Purple

#6D12CE

Purple

Color Codes

All color formats for development

HEX
#6D12CE
RGB
rgb(109, 18, 206)
HSL
hsl(269, 84%, 44%)
OKLCH
oklch(0.466 0.244 296.1)
CMYK
cmyk(47%, 91%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

7.99:1

AA AAA

On Black Background

2.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDE
200
#DDC2
300
#C393
400
#A35B
500
#892C
600
#6D12
700
#570E
800
#3E0A
900
#2807
950
#1904

Shades

Darker variations

1#6210BA
2#570EA5
3#4C0D91
4#410B7C
5#370967
6#2C0753
7#21053E
8#160429
9#0B0215

Tints

Lighter variations

1#7B14E9
2#8A2DED
3#9847EF
4#A761F1
5#B67CF4
6#C496F6
7#D3B0F8
8#E2CAFA
9#F0E5FD

Tones

Muted variations

1#6D1BC5
2#6E25BC
3#6E2EB2
4#6E38A9
5#6F419F
6#6F4B96
7#6F548C
8#705D83
9#70677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDE
#EDDEFC
Light backgroundsTable row hoverSkeleton loading
200
DDC2
#DDC2FA
Secondary backgroundsInput backgroundsDividers
300
C393
#C393F6
BordersInactive statesPlaceholder text
400
A35B
#A35BF1
Disabled statesSecondary iconsMuted text
500
892C
#892CED
Primary brand colorCTAsActive elementsLinks
600
6D12
#6D12CE
Hover statesFocus ringsPrimary buttons hover
700
570E
#570EA4
Active/pressed statesDark mode accentsSecondary text
800
3E0A
#3E0A75
Text on light backgroundsHeadingsStrong borders
900
2807
#28074B
Primary textHigh emphasis contentDark headings
950
1904
#19042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F7F1FE;
  --purple-100: #EDDEFC;
  --purple-200: #DDC2FA;
  --purple-300: #C393F6;
  --purple-400: #A35BF1;
  --purple-500: #892CED;
  --purple-600: #6D12CE;
  --purple-700: #570EA4;
  --purple-800: #3E0A75;
  --purple-900: #28074B;
  --purple-950: #19042F;
}
Generate More ShadesCreate PaletteConvert Color