Plum
#A88BFD
PurpleColor Codes
All color formats for development
HEX
#A88BFDRGB
rgb(168, 139, 253)HSL
hsl(255, 97%, 77%)OKLCH
oklch(0.711 0.163 293.5)CMYK
cmyk(34%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B65FD
2#6E3EFC
3#5017FB
4#3D04E8
5#3303C1
6#28029B
7#1E0274
8#14014D
9#0A0127
Tints
Lighter variations
1#B197FD
2#B9A3FE
3#C2AEFE
4#CBBAFE
5#D3C5FE
6#DCD1FE
7#E5DCFE
8#EEE8FF
9#F6F3FF
Tones
Muted variations
1#AB91F8
2#AE97F2
3#B09DEC
4#B3A2E6
5#B6A8E1
6#B9AEDB
7#BCB3D5
8#BFB9D0
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88B #A88BFD | BordersInactive statesPlaceholder text |
| 400 | 7A4F #7A4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 551D #551DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A03 #3A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E03 #2E03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2102 #21027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1501 #150150 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E4DCFE;
--plum-200: #CEBEFE;
--plum-300: #A88BFD;
--plum-400: #7A4FFC;
--plum-500: #551DFC;
--plum-600: #3A03DD;
--plum-700: #2E03B0;
--plum-800: #21027E;
--plum-900: #150150;
--plum-950: #0D0132;
}