Purple
#7A149F
PurpleColor Codes
All color formats for development
HEX
#7A149FRGB
rgb(122, 20, 159)HSL
hsl(284, 78%, 35%)OKLCH
oklch(0.442 0.205 314.1)CMYK
cmyk(23%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E128F
2#61107F
3#550E6F
4#490C5F
5#3D0A4F
6#310840
7#250630
8#180420
9#0C0210
Tints
Lighter variations
1#9017BC
2#A71BDA
3#B530E5
4#C04EE9
5#CA6BED
6#D589F0
7#DFA6F4
8#EAC4F8
9#F4E1FB
Tones
Muted variations
1#761B98
2#732291
3#70298A
4#6D2F83
5#69367C
6#663D75
7#63446E
8#604B67
9#5C5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC4 #EAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA97 #DA97F2 | BordersInactive statesPlaceholder text |
| 400 | C660 #C660EB | Disabled statesSecondary iconsMuted text |
| 500 | B633 #B633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9919 #9919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A14 #7A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570E #570E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3809 #380949 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F4DFFB;
--purple-200: #EAC4F8;
--purple-300: #DA97F2;
--purple-400: #C660EB;
--purple-500: #B633E6;
--purple-600: #9919C8;
--purple-700: #7A149F;
--purple-800: #570E71;
--purple-900: #380949;
--purple-950: #23062D;
}