Purple
#6713A0
PurpleColor Codes
All color formats for development
HEX
#6713A0RGB
rgb(103, 19, 160)HSL
hsl(276, 79%, 35%)OKLCH
oklch(0.416 0.201 305.3)CMYK
cmyk(36%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D1190
2#530F80
3#480D70
4#3E0B60
5#340950
6#290740
7#1F0630
8#150420
9#0A0210
Tints
Lighter variations
1#7B16BD
2#8E1ADB
3#9D2FE7
4#AB4DEA
5#B96BEE
6#C788F1
7#D5A6F5
8#E3C4F8
9#F1E1FC
Tones
Muted variations
1#661A99
2#652192
3#63288B
4#622F84
5#60367D
6#5F3D75
7#5D446E
8#5C4B67
9#5B5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE96 #CE96F3 | BordersInactive statesPlaceholder text |
| 400 | B45F #B45FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9E32 #9E32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8218 #8218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6713 #6713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F0DFFB;
--purple-200: #E3C4F8;
--purple-300: #CE96F3;
--purple-400: #B45FEC;
--purple-500: #9E32E7;
--purple-600: #8218C9;
--purple-700: #6713A0;
--purple-800: #4A0D72;
--purple-900: #2F0949;
--purple-950: #1E052E;
}