Plum
#AD97F2
PurpleColor Codes
All color formats for development
HEX
#AD97F2RGB
rgb(173, 151, 242)HSL
hsl(255, 78%, 77%)OKLCH
oklch(0.731 0.131 294)CMYK
cmyk(29%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9274EE
2#7751E9
3#5C2EE5
4#481AD2
5#3C16AF
6#30118C
7#240D69
8#180946
9#0C0423
Tints
Lighter variations
1#B6A1F3
2#BEABF5
3#C6B6F6
4#CEC0F7
5#D6CBF9
6#DED5FA
7#E7E0FB
8#EFEAFC
9#F7F5FE
Tones
Muted variations
1#B09BEE
2#B2A0E9
3#B4A4E4
4#B7A9E0
5#B9ADDB
6#BBB2D7
7#BDB7D2
8#C0BBCD
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 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD97 #AD97F2 | BordersInactive statesPlaceholder text |
| 400 | 8360 #8360EB | Disabled statesSecondary iconsMuted text |
| 500 | 5F33 #5F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4419 #4419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3614 #36149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270E #270E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FD;
--plum-100: #E6DFFB;
--plum-200: #D1C4F8;
--plum-300: #AD97F2;
--plum-400: #8360EB;
--plum-500: #5F33E6;
--plum-600: #4419C8;
--plum-700: #36149F;
--plum-800: #270E71;
--plum-900: #190949;
--plum-950: #10062D;
}