Purple
#9116CA
PurpleColor Codes
All color formats for development
HEX
#9116CARGB
rgb(145, 22, 202)HSL
hsl(281, 80%, 44%)OKLCH
oklch(0.51 0.245 310.5)CMYK
cmyk(28%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8314B6
2#7412A2
3#66108D
4#570D79
5#490B65
6#3A0951
7#2C073D
8#1D0428
9#0F0214
Tints
Lighter variations
1#A419E4
2#AE31E8
3#B84BEB
4#C265EE
5#CD7EF1
6#D798F4
7#E1B2F6
8#EBCCF9
9#F5E5FC
Tones
Muted variations
1#8E1FC1
2#8B28B8
3#8731AF
4#843AA6
5#81439D
6#7D4C94
7#7A558B
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 | E8C3 #E8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D695 #D695F3 | BordersInactive statesPlaceholder text |
| 400 | C05E #C05EED | Disabled statesSecondary iconsMuted text |
| 500 | AE30 #AE30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9116 #9116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7312 #7312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520D #520D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3508 #350849 | 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: #E8C3F8;
--purple-300: #D695F3;
--purple-400: #C05EED;
--purple-500: #AE30E8;
--purple-600: #9116CA;
--purple-700: #7312A1;
--purple-800: #520D73;
--purple-900: #350849;
--purple-950: #21052E;
}