Purple
#8908D9
PurpleColor Codes
All color formats for development
HEX
#8908D9RGB
rgb(137, 8, 217)HSL
hsl(277, 93%, 44%)OKLCH
oklch(0.507 0.261 304.4)CMYK
cmyk(37%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B07C3
2#6D06AD
3#600598
4#520582
5#44046C
6#370357
7#290241
8#1B022B
9#0E0116
Tints
Lighter variations
1#9A09F4
2#A623F7
3#B13EF8
4#BC5AF9
5#C775FA
6#D291FB
7#DDACFC
8#E9C8FD
9#F4E3FE
Tones
Muted variations
1#8612CE
2#841DC4
3#8127B9
4#7F32AF
5#7C3CA4
6#7A469A
7#785190
8#755B85
9#73667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFB | BordersInactive statesPlaceholder text |
| 400 | B953 #B953F9 | Disabled statesSecondary iconsMuted text |
| 500 | A522 #A522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8908 #8908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D06 #6D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034F | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FE;
--purple-100: #F1DDFE;
--purple-200: #E5BFFD;
--purple-300: #D18EFB;
--purple-400: #B953F9;
--purple-500: #A522F7;
--purple-600: #8908D9;
--purple-700: #6D06AC;
--purple-800: #4E047B;
--purple-900: #32034F;
--purple-950: #1F0231;
}