Purple
#7F02B1
PurpleColor Codes
All color formats for development
HEX
#7F02B1RGB
rgb(127, 2, 177)HSL
hsl(283, 98%, 35%)OKLCH
oklch(0.457 0.229 311.1)CMYK
cmyk(28%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72029F
2#66018D
3#59017C
4#4C016A
5#400158
6#330147
7#260135
8#190023
9#0D0012
Tints
Lighter variations
1#9702D2
2#AE02F2
3#BC19FD
4#C63AFD
5#CF5BFD
6#D97CFE
7#E29DFE
8#ECBDFE
9#F5DEFF
Tones
Muted variations
1#7B0BA8
2#78139F
3#741C96
4#70258E
5#6C2E85
6#68367C
7#653F73
8#61486B
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBD #ECBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DD8B #DD8BFE | BordersInactive statesPlaceholder text |
| 400 | CC4E #CC4EFD | Disabled statesSecondary iconsMuted text |
| 500 | BD1C #BD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A002 #A002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F02 #7F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B01 #5B017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A01 #3A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2401 #240132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F5DCFF;
--purple-200: #ECBDFE;
--purple-300: #DD8BFE;
--purple-400: #CC4EFD;
--purple-500: #BD1CFD;
--purple-600: #A002DE;
--purple-700: #7F02B1;
--purple-800: #5B017E;
--purple-900: #3A0151;
--purple-950: #240132;
}