Purple
#700AD6
PurpleColor Codes
All color formats for development
HEX
#700AD6RGB
rgb(112, 10, 214)HSL
hsl(270, 91%, 44%)OKLCH
oklch(0.474 0.254 295.8)CMYK
cmyk(48%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6509C1
2#5A08AB
3#4F0796
4#430681
5#38056B
6#2D0456
7#220340
8#16022B
9#0B0115
Tints
Lighter variations
1#7E0BF2
2#8D25F5
3#9B40F6
4#A95BF7
5#B877F9
6#C692FA
7#D4ADFB
8#E2C8FC
9#F1E4FE
Tones
Muted variations
1#7014CC
2#701FC2
3#7029B8
4#7033AD
5#703DA3
6#704799
7#70528F
8#705C85
9#70667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C48F #C48FFA | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8C24 #8C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700A #700AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5908 #5908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #40067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F0FE;
--purple-100: #EDDDFD;
--purple-200: #DEC0FC;
--purple-300: #C48FFA;
--purple-400: #A655F7;
--purple-500: #8C24F5;
--purple-600: #700AD6;
--purple-700: #5908AA;
--purple-800: #40067A;
--purple-900: #29044E;
--purple-950: #1A0231;
}