Plum
#A78AFF
PurpleColor Codes
All color formats for development
HEX
#A78AFFRGB
rgb(167, 138, 255)HSL
hsl(255, 100%, 77%)OKLCH
oklch(0.71 0.167 293.1)CMYK
cmyk(35%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A62FF
2#6C3BFF
3#4F14FF
4#3B00EC
5#3100C4
6#27009D
7#1D0076
8#14004F
9#0A0027
Tints
Lighter variations
1#B095FF
2#B9A1FF
3#C1ADFF
4#CAB9FF
5#D3C4FF
6#DCD0FF
7#E5DCFF
8#EDE8FF
9#F6F3FF
Tones
Muted variations
1#AA90F9
2#AD95F3
3#B09BED
4#B3A1E8
5#B6A7E2
6#B9ADDC
7#BCB3D6
8#BEB9D0
9#C1BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A78A #A78AFF | BordersInactive statesPlaceholder text |
| 400 | 794D #794DFF | Disabled statesSecondary iconsMuted text |
| 500 | 531A #531AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3800 #3800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D00 #2D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2000 #200080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1400 #140052 | Primary textHigh emphasis contentDark headings |
| 950 | 0D00 #0D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E4DBFF;
--plum-200: #CDBDFF;
--plum-300: #A78AFF;
--plum-400: #794DFF;
--plum-500: #531AFF;
--plum-600: #3800E0;
--plum-700: #2D00B3;
--plum-800: #200080;
--plum-900: #140052;
--plum-950: #0D0033;
}