Purple
#6E00B3
PurpleColor Codes
All color formats for development
HEX
#6E00B3RGB
rgb(110, 0, 179)HSL
hsl(277, 100%, 35%)OKLCH
oklch(0.435 0.227 303.7)CMYK
cmyk(39%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6300A1
2#58008F
3#4D007D
4#42006B
5#370059
6#2C0047
7#210036
8#160024
9#0B0012
Tints
Lighter variations
1#8300D4
2#9700F5
3#A617FF
4#B338FF
5#BF59FF
6#CC7AFF
7#D99CFF
8#E6BDFF
9#F2DEFF
Tones
Muted variations
1#6C09AA
2#6A12A1
3#681B98
4#66248F
5#642D86
6#62367D
7#5F3E74
8#5D476B
9#5B5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BD #E6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D28A #D28AFF | BordersInactive statesPlaceholder text |
| 400 | BB4D #BB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | A71A #A71AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A00 #8A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E00 #6E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F00 #4F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3200 #320052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DBFF;
--purple-200: #E6BDFF;
--purple-300: #D28AFF;
--purple-400: #BB4DFF;
--purple-500: #A71AFF;
--purple-600: #8A00E0;
--purple-700: #6E00B3;
--purple-800: #4F0080;
--purple-900: #320052;
--purple-950: #1F0033;
}