Purple

#6909AA

Purple

Color Codes

All color formats for development

HEX
#6909AA
RGB
rgb(105, 9, 170)
HSL
hsl(276, 90%, 35%)
OKLCH
oklch(0.423 0.215 303.7)
CMYK
cmyk(38%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

9.46:1

AA AAA

On Black Background

2.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DD
200
#E4C0
300
#CF90
400
#B655
500
#A125
600
#840B
700
#6909
800
#4B06
900
#3004
950
#1E03

Shades

Darker variations

1#5F0899
2#540788
3#4A0677
4#3F0566
5#350455
6#2A0444
7#200333
8#150222
9#0B0111

Tints

Lighter variations

1#7D0BC9
2#900CE9
3#A023F3
4#AD42F5
5#BB62F7
6#C981F8
7#D6A1FA
8#E4C0FC
9#F1E0FD

Tones

Muted variations

1#6811A2
2#66199A
3#642191
4#632989
5#613181
6#603979
7#5E4171
8#5C4969
9#5B5161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DD
#F0DDFD
Light backgroundsTable row hoverSkeleton loading
200
E4C0
#E4C0FC
Secondary backgroundsInput backgroundsDividers
300
CF90
#CF90F9
BordersInactive statesPlaceholder text
400
B655
#B655F6
Disabled statesSecondary iconsMuted text
500
A125
#A125F4
Primary brand colorCTAsActive elementsLinks
600
840B
#840BD5
Hover statesFocus ringsPrimary buttons hover
700
6909
#6909AA
Active/pressed statesDark mode accentsSecondary text
800
4B06
#4B0679
Text on light backgroundsHeadingsStrong borders
900
3004
#30044E
Primary textHigh emphasis contentDark headings
950
1E03
#1E0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FE;
  --purple-100: #F0DDFD;
  --purple-200: #E4C0FC;
  --purple-300: #CF90F9;
  --purple-400: #B655F6;
  --purple-500: #A125F4;
  --purple-600: #840BD5;
  --purple-700: #6909AA;
  --purple-800: #4B0679;
  --purple-900: #30044E;
  --purple-950: #1E0330;
}
Generate More ShadesCreate PaletteConvert Color