Plum
#BF8BFE
PurpleColor Codes
All color formats for development
HEX
#BF8BFERGB
rgb(191, 139, 254)HSL
hsl(267, 98%, 77%)OKLCH
oklch(0.733 0.168 303.4)CMYK
cmyk(25%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A964FD
2#933DFD
3#7E16FD
4#6A02E9
5#5902C2
6#47029C
7#350175
8#23014E
9#120027
Tints
Lighter variations
1#C596FE
2#CBA2FE
3#D2AEFE
4#D8B9FE
5#DFC5FE
6#E5D1FF
7#ECDCFF
8#F2E8FF
9#F9F3FF
Tones
Muted variations
1#BF91F8
2#C096F2
3#C09CED
4#C1A2E7
5#C1A8E1
6#C2ADDB
7#C3B3D6
8#C3B9D0
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFE | BordersInactive statesPlaceholder text |
| 400 | 9D4E #9D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 811C #811CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6502 #6502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5102 #5102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A01 #3A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250151 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FF;
--plum-100: #EBDCFF;
--plum-200: #DBBDFE;
--plum-300: #BF8BFE;
--plum-400: #9D4EFD;
--plum-500: #811CFD;
--plum-600: #6502DE;
--plum-700: #5102B1;
--plum-800: #3A017E;
--plum-900: #250151;
--plum-950: #170132;
}