Purple
#700CD4
PurpleColor Codes
All color formats for development
HEX
#700CD4RGB
rgb(112, 12, 212)HSL
hsl(270, 89%, 44%)OKLCH
oklch(0.473 0.252 296.2)CMYK
cmyk(47%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#650BBF
2#5A0AAA
3#4F0994
4#43077F
5#38066A
6#2D0555
7#220440
8#16022A
9#0B0115
Tints
Lighter variations
1#7E0EEF
2#8D27F2
3#9B42F4
4#A95DF6
5#B878F7
6#C693F9
7#D4AEFA
8#E2C9FC
9#F1E4FD
Tones
Muted variations
1#7016CA
2#7020C0
3#702AB6
4#7034AC
5#703EA2
6#704898
7#70528E
8#705C84
9#70667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A656 #A656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8C26 #8C26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700C #700CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590A #590AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4007 #400778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F1FE;
--purple-100: #EDDDFD;
--purple-200: #DEC0FB;
--purple-300: #C490F9;
--purple-400: #A656F5;
--purple-500: #8C26F2;
--purple-600: #700CD4;
--purple-700: #590AA9;
--purple-800: #400778;
--purple-900: #29044D;
--purple-950: #1A0330;
}