Plum
#AD95F3
PurpleColor Codes
All color formats for development
HEX
#AD95F3RGB
rgb(173, 149, 243)HSL
hsl(255, 80%, 77%)OKLCH
oklch(0.728 0.135 294.6)CMYK
cmyk(29%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9172EF
2#764FEB
3#5A2BE7
4#4718D4
5#3B14B1
6#2F108D
7#230C6A
8#180847
9#0C0423
Tints
Lighter variations
1#B5A0F4
2#BDABF6
3#C6B5F7
4#CEC0F8
5#D6CAF9
6#DED5FA
7#E6DFFB
8#EFEAFD
9#F7F4FE
Tones
Muted variations
1#AF9AEF
2#B29FEA
3#B4A4E5
4#B6A8E1
5#B9ADDC
6#BBB2D7
7#BDB6D2
8#C0BBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F3 | BordersInactive statesPlaceholder text |
| 400 | 825E #825EED | Disabled statesSecondary iconsMuted text |
| 500 | 5E30 #5E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4316 #4316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3612 #3612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260D #260D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #180849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FD;
--plum-100: #E6DFFB;
--plum-200: #D1C3F8;
--plum-300: #AD95F3;
--plum-400: #825EED;
--plum-500: #5E30E8;
--plum-600: #4316CA;
--plum-700: #3612A1;
--plum-800: #260D73;
--plum-900: #180849;
--plum-950: #0F052E;
}