Plum
#BF8DFC
PurpleColor Codes
All color formats for development
HEX
#BF8DFCRGB
rgb(191, 141, 252)HSL
hsl(267, 95%, 77%)OKLCH
oklch(0.735 0.162 303.4)CMYK
cmyk(24%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A966FB
2#9440FA
3#7E1AF9
4#6B06E6
5#5905BF
6#470499
7#350373
8#24024D
9#120126
Tints
Lighter variations
1#C598FC
2#CCA4FD
3#D2AFFD
4#D8BAFD
5#DFC6FE
6#E5D1FE
7#ECDDFE
8#F2E8FE
9#F9F4FF
Tones
Muted variations
1#BF92F6
2#C098F1
3#C09DEB
4#C1A3E6
5#C2A8E0
6#C2AEDB
7#C3B4D5
8#C3B9CF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFC | BordersInactive statesPlaceholder text |
| 400 | 9D51 #9D51FB | Disabled statesSecondary iconsMuted text |
| 500 | 811F #811FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6606 #6606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | 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: #EBDCFE;
--plum-200: #DBBEFD;
--plum-300: #BF8DFC;
--plum-400: #9D51FB;
--plum-500: #811FF9;
--plum-600: #6606DB;
--plum-700: #5104AE;
--plum-800: #3A037C;
--plum-900: #250250;
--plum-950: #170132;
}