Purple
#77149F
PurpleColor Codes
All color formats for development
HEX
#77149FRGB
rgb(119, 20, 159)HSL
hsl(283, 78%, 35%)OKLCH
oklch(0.438 0.204 312.8)CMYK
cmyk(25%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B128F
2#60107F
3#540E6F
4#480C5F
5#3C0A4F
6#300840
7#240630
8#180420
9#0C0210
Tints
Lighter variations
1#8E17BC
2#A41BDA
3#B230E5
4#BD4EE9
5#C86BED
6#D389F0
7#DEA6F4
8#E9C4F8
9#F4E1FB
Tones
Muted variations
1#741B98
2#712291
3#6E298A
4#6B2F83
5#68367C
6#653D75
7#62446E
8#5F4B67
9#5C5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C4 #E9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D897 #D897F2 | BordersInactive statesPlaceholder text |
| 400 | C460 #C460EB | Disabled statesSecondary iconsMuted text |
| 500 | B333 #B333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9619 #9619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7714 #77149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550E #550E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370949 | Primary textHigh emphasis contentDark headings |
| 950 | 2206 #22062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F3DFFB;
--purple-200: #E9C4F8;
--purple-300: #D897F2;
--purple-400: #C460EB;
--purple-500: #B333E6;
--purple-600: #9619C8;
--purple-700: #77149F;
--purple-800: #550E71;
--purple-900: #370949;
--purple-950: #22062D;
}