Purple
#7012CE
PurpleColor Codes
All color formats for development
HEX
#7012CERGB
rgb(112, 18, 206)HSL
hsl(270, 84%, 44%)OKLCH
oklch(0.469 0.244 297.3)CMYK
cmyk(46%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6510BA
2#5A0EA5
3#4F0D91
4#430B7C
5#380967
6#2D0753
7#22053E
8#160429
9#0B0215
Tints
Lighter variations
1#7E14E9
2#8D2DED
3#9B47EF
4#A961F1
5#B87CF4
6#C696F6
7#D4B0F8
8#E2CAFA
9#F1E5FD
Tones
Muted variations
1#701BC5
2#7025BC
3#702EB2
4#7038A9
5#70419F
6#704B96
7#70548C
8#705D83
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 | DEC2 #DEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C493 #C493F6 | BordersInactive statesPlaceholder text |
| 400 | A65B #A65BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2C #8C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7012 #7012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590E #590EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400A #400A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2907 #29074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F1FE;
--purple-100: #EDDEFC;
--purple-200: #DEC2FA;
--purple-300: #C493F6;
--purple-400: #A65BF1;
--purple-500: #8C2CED;
--purple-600: #7012CE;
--purple-700: #590EA4;
--purple-800: #400A75;
--purple-900: #29074B;
--purple-950: #1A042F;
}