Purple
#701CC4
PurpleColor Codes
All color formats for development
HEX
#701CC4RGB
rgb(112, 28, 196)HSL
hsl(270, 75%, 44%)OKLCH
oklch(0.465 0.23 299.1)CMYK
cmyk(43%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6519B1
2#5A169D
3#4F1489
4#431176
5#380E62
6#2D0B4F
7#22083B
8#160627
9#0B0314
Tints
Lighter variations
1#7E20DD
2#8D37E2
3#9B50E6
4#A969EA
5#B882ED
6#C69BF1
7#D4B4F4
8#E2CDF8
9#F1E6FB
Tones
Muted variations
1#7024BC
2#702DB4
3#7035AB
4#703EA3
5#70469A
6#704F92
7#705789
8#705F81
9#706879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F0 | BordersInactive statesPlaceholder text |
| 400 | A663 #A663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C36 #8C36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701C #701CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5916 #59169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4010 #401070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F2FD;
--purple-100: #EDE0FB;
--purple-200: #DEC5F7;
--purple-300: #C498F0;
--purple-400: #A663E9;
--purple-500: #8C36E2;
--purple-600: #701CC4;
--purple-700: #59169C;
--purple-800: #401070;
--purple-900: #290A47;
--purple-950: #1A062D;
}