Purple
#7013CD
PurpleColor Codes
All color formats for development
HEX
#7013CDRGB
rgb(112, 19, 205)HSL
hsl(270, 83%, 44%)OKLCH
oklch(0.469 0.243 297.5)CMYK
cmyk(45%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6511B9
2#5A0FA4
3#4F0D90
4#430B7B
5#380A67
6#2D0852
7#22063E
8#160429
9#0B0215
Tints
Lighter variations
1#7E16E7
2#8D2EEC
3#9B48EE
4#A962F0
5#B87CF3
6#C696F5
7#D4B1F8
8#E2CBFA
9#F1E5FD
Tones
Muted variations
1#701CC4
2#7026BB
3#702FB1
4#7038A8
5#70429F
6#704B95
7#70548C
8#705E83
9#70677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C494 #C494F5 | BordersInactive statesPlaceholder text |
| 400 | A65C #A65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2D #8C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7013 #7013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590F #590FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400B #400B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2907 #29074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F1FE;
--purple-100: #EDDEFC;
--purple-200: #DEC2F9;
--purple-300: #C494F5;
--purple-400: #A65CF0;
--purple-500: #8C2DEB;
--purple-600: #7013CD;
--purple-700: #590FA3;
--purple-800: #400B75;
--purple-900: #29074B;
--purple-950: #1A042F;
}