Purple
#6C00E0
PurpleColor Codes
All color formats for development
HEX
#6C00E0RGB
rgb(108, 0, 224)HSL
hsl(269, 100%, 44%)OKLCH
oklch(0.477 0.266 292.6)CMYK
cmyk(52%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6200CA
2#5700B4
3#4C009D
4#410087
5#360070
6#2B005A
7#210043
8#16002D
9#0B0016
Tints
Lighter variations
1#7A00FD
2#891BFF
3#9837FF
4#A654FF
5#B570FF
6#C48DFF
7#D3A9FF
8#E1C6FF
9#F0E2FF
Tones
Muted variations
1#6D0BD5
2#6D16CA
3#6E22BF
4#6E2DB4
5#6E38A8
6#6F439D
7#6F4F92
8#6F5A87
9#70657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDB #EDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C28A #C28AFF | BordersInactive statesPlaceholder text |
| 400 | A34D #A34DFF | Disabled statesSecondary iconsMuted text |
| 500 | 881A #881AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C00 #6C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5600 #5600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E00 #3E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2700 #270052 | Primary textHigh emphasis contentDark headings |
| 950 | 1900 #190033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F0FF;
--purple-100: #EDDBFF;
--purple-200: #DDBDFF;
--purple-300: #C28AFF;
--purple-400: #A34DFF;
--purple-500: #881AFF;
--purple-600: #6C00E0;
--purple-700: #5600B3;
--purple-800: #3E0080;
--purple-900: #270052;
--purple-950: #190033;
}