Purple
#700DD3
PurpleColor Codes
All color formats for development
HEX
#700DD3RGB
rgb(112, 13, 211)HSL
hsl(270, 88%, 44%)OKLCH
oklch(0.472 0.251 296.4)CMYK
cmyk(47%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#650CBE
2#5A0BA9
3#4F0994
4#43087F
5#380769
6#2D0554
7#22043F
8#16032A
9#0B0115
Tints
Lighter variations
1#7E0FEE
2#8D28F1
3#9B43F3
4#A95EF5
5#B879F6
6#C694F8
7#D4AEFA
8#E2C9FC
9#F1E4FD
Tones
Muted variations
1#7017C9
2#7021BF
3#702BB5
4#7035AB
5#703FA2
6#704998
7#70538E
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 | DEC1 #DEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C491 #C491F8 | BordersInactive statesPlaceholder text |
| 400 | A657 #A657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8C27 #8C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700D #700DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590B #590BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4008 #400878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2905 #29054D | 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: #DEC1FB;
--purple-300: #C491F8;
--purple-400: #A657F4;
--purple-500: #8C27F1;
--purple-600: #700DD3;
--purple-700: #590BA8;
--purple-800: #400878;
--purple-900: #29054D;
--purple-950: #1A0330;
}