Purple
#6C13A0
PurpleColor Codes
All color formats for development
HEX
#6C13A0RGB
rgb(108, 19, 160)HSL
hsl(278, 79%, 35%)OKLCH
oklch(0.423 0.202 307.6)CMYK
cmyk(32%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#611190
2#560F80
3#4C0D70
4#410B60
5#360950
6#2B0740
7#200630
8#160420
9#0B0210
Tints
Lighter variations
1#8016BD
2#941ADB
3#A32FE7
4#B14DEA
5#BE6BEE
6#CB88F1
7#D8A6F5
8#E5C4F8
9#F2E1FC
Tones
Muted variations
1#6A1A99
2#682192
3#66288B
4#652F84
5#63367D
6#613D75
7#5F446E
8#5D4B67
9#5B5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D196 #D196F3 | BordersInactive statesPlaceholder text |
| 400 | B95F #B95FEC | Disabled statesSecondary iconsMuted text |
| 500 | A432 #A432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8818 #8818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C13 #6C13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0D #4D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F1DFFB;
--purple-200: #E5C4F8;
--purple-300: #D196F3;
--purple-400: #B95FEC;
--purple-500: #A432E7;
--purple-600: #8818C9;
--purple-700: #6C13A0;
--purple-800: #4D0D72;
--purple-900: #310949;
--purple-950: #1F052E;
}