Purple
#8313CD
PurpleColor Codes
All color formats for development
HEX
#8313CDRGB
rgb(131, 19, 205)HSL
hsl(276, 83%, 44%)OKLCH
oklch(0.493 0.246 304.8)CMYK
cmyk(36%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7611B9
2#690FA4
3#5C0D90
4#4E0B7B
5#410A67
6#340852
7#27063E
8#1A0429
9#0D0215
Tints
Lighter variations
1#9316E7
2#A02EEC
3#AC48EE
4#B862F0
5#C37CF3
6#CF96F5
7#DBB1F8
8#E7CBFA
9#F3E5FD
Tones
Muted variations
1#811CC4
2#7F26BB
3#7D2FB1
4#7B38A8
5#7A429F
6#784B95
7#76548C
8#745E83
9#72677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE94 #CE94F5 | BordersInactive statesPlaceholder text |
| 400 | B55C #B55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9F2D #9F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8313 #8313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680F #680FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0B #4A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3007 #30074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F0DEFC;
--purple-200: #E3C2F9;
--purple-300: #CE94F5;
--purple-400: #B55CF0;
--purple-500: #9F2DEB;
--purple-600: #8313CD;
--purple-700: #680FA3;
--purple-800: #4A0B75;
--purple-900: #30074B;
--purple-950: #1E042F;
}