Plum
#AD96F3
PurpleColor Codes
All color formats for development
HEX
#AD96F3RGB
rgb(173, 150, 243)HSL
hsl(255, 79%, 77%)OKLCH
oklch(0.73 0.134 294.2)CMYK
cmyk(29%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9273EF
2#7650EA
3#5B2DE6
4#4719D3
5#3B15B0
6#30108D
7#240C69
8#180846
9#0C0423
Tints
Lighter variations
1#B5A1F4
2#BEABF5
3#C6B6F6
4#CEC0F8
5#D6CBF9
6#DED5FA
7#E6E0FB
8#EFEAFD
9#F7F5FE
Tones
Muted variations
1#AF9BEE
2#B29FE9
3#B4A4E5
4#B6A9E0
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 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD96 #AD96F3 | BordersInactive statesPlaceholder text |
| 400 | 825F #825FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5F32 #5F32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4418 #4418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3613 #3613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270D #270D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | 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: #D1C4F8;
--plum-300: #AD96F3;
--plum-400: #825FEC;
--plum-500: #5F32E7;
--plum-600: #4418C9;
--plum-700: #3613A0;
--plum-800: #270D72;
--plum-900: #190949;
--plum-950: #0F052E;
}