Purple
#9118C9
PurpleColor Codes
All color formats for development
HEX
#9118C9RGB
rgb(145, 24, 201)HSL
hsl(281, 79%, 44%)OKLCH
oklch(0.51 0.243 310.7)CMYK
cmyk(28%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8215B5
2#7413A1
3#65108D
4#570E79
5#480C64
6#3A0950
7#2B073C
8#1D0528
9#0E0214
Tints
Lighter variations
1#A31BE2
2#AE33E7
3#B84CEA
4#C266ED
5#CC7FF0
6#D699F3
7#E1B2F6
8#EBCCF9
9#F5E5FC
Tones
Muted variations
1#8D20C0
2#8A29B7
3#8732AE
4#843BA5
5#80449D
6#7D4D94
7#7A568B
8#775E82
9#736779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D596 #D596F3 | BordersInactive statesPlaceholder text |
| 400 | C05F #C05FEC | Disabled statesSecondary iconsMuted text |
| 500 | AD32 #AD32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9118 #9118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7313 #7313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520D #520D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3509 #350949 | Primary textHigh emphasis contentDark headings |
| 950 | 2105 #21052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F2DFFB;
--purple-200: #E7C4F8;
--purple-300: #D596F3;
--purple-400: #C05FEC;
--purple-500: #AD32E7;
--purple-600: #9118C9;
--purple-700: #7313A0;
--purple-800: #520D72;
--purple-900: #350949;
--purple-950: #21052E;
}