Plum
#A58AFF
BlueColor Codes
All color formats for development
HEX
#A58AFFRGB
rgb(165, 138, 255)HSL
hsl(254, 100%, 77%)OKLCH
oklch(0.708 0.167 292.2)CMYK
cmyk(35%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8762FF
2#693BFF
3#4B14FF
4#3700EC
5#2E00C4
6#25009D
7#1B0076
8#12004F
9#090027
Tints
Lighter variations
1#AE95FF
2#B7A1FF
3#C0ADFF
4#C9B9FF
5#D2C4FF
6#DBD0FF
7#E4DCFF
8#EDE8FF
9#F6F3FF
Tones
Muted variations
1#A890F9
2#AB95F3
3#AE9BED
4#B2A1E8
5#B5A7E2
6#B8ADDC
7#BBB3D6
8#BEB9D0
9#C1BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBD #CCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A58A #A58AFF | BordersInactive statesPlaceholder text |
| 400 | 764D #764DFF | Disabled statesSecondary iconsMuted text |
| 500 | 4F1A #4F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3400 #3400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A00 #2A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E00 #1E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1300 #130052 | Primary textHigh emphasis contentDark headings |
| 950 | 0C00 #0C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E4DBFF;
--plum-200: #CCBDFF;
--plum-300: #A58AFF;
--plum-400: #764DFF;
--plum-500: #4F1AFF;
--plum-600: #3400E0;
--plum-700: #2A00B3;
--plum-800: #1E0080;
--plum-900: #130052;
--plum-950: #0C0033;
}