Purple
#6A10D1
PurpleColor Codes
All color formats for development
HEX
#6A10D1RGB
rgb(106, 16, 209)HSL
hsl(268, 86%, 44%)OKLCH
oklch(0.464 0.247 294.4)CMYK
cmyk(49%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F0EBC
2#550DA7
3#4A0B92
4#3F097D
5#350868
6#2A0653
7#20053F
8#15032A
9#0B0215
Tints
Lighter variations
1#7712EB
2#862BEF
3#9545F1
4#A460F3
5#B47AF5
6#C395F7
7#D2AFF9
8#E1CAFB
9#F0E4FD
Tones
Muted variations
1#6A19C7
2#6B23BD
3#6C2DB4
4#6C36AA
5#6D40A0
6#6E4A97
7#6E538D
8#6F5D83
9#70677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C192 #C192F7 | BordersInactive statesPlaceholder text |
| 400 | A159 #A159F3 | Disabled statesSecondary iconsMuted text |
| 500 | 862A #862AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A10 #6A10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540C #540CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C09 #3C0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2606 #26064C | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F1FE;
--purple-100: #ECDEFD;
--purple-200: #DCC1FA;
--purple-300: #C192F7;
--purple-400: #A159F3;
--purple-500: #862AEF;
--purple-600: #6A10D1;
--purple-700: #540CA6;
--purple-800: #3C0977;
--purple-900: #26064C;
--purple-950: #18042F;
}