Purple
#6D13CD
PurpleColor Codes
All color formats for development
HEX
#6D13CDRGB
rgb(109, 19, 205)HSL
hsl(269, 83%, 44%)OKLCH
oklch(0.465 0.243 296.3)CMYK
cmyk(47%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6211B9
2#570FA4
3#4C0D90
4#410B7B
5#370A67
6#2C0852
7#21063E
8#160429
9#0B0215
Tints
Lighter variations
1#7B16E7
2#8A2EEC
3#9848EE
4#A762F0
5#B67CF3
6#C496F5
7#D3B1F8
8#E2CBFA
9#F0E5FD
Tones
Muted variations
1#6D1CC4
2#6E26BB
3#6E2FB1
4#6E38A8
5#6F429F
6#6F4B95
7#6F548C
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 | DDC2 #DDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C394 #C394F5 | BordersInactive statesPlaceholder text |
| 400 | A35C #A35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 892D #892DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D13 #6D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570F #570FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0B #3E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F1FE;
--purple-100: #EDDEFC;
--purple-200: #DDC2F9;
--purple-300: #C394F5;
--purple-400: #A35CF0;
--purple-500: #892DEB;
--purple-600: #6D13CD;
--purple-700: #570FA3;
--purple-800: #3E0B75;
--purple-900: #28074B;
--purple-950: #19042F;
}