Plum
#BF8DFB
PurpleColor Codes
All color formats for development
HEX
#BF8DFBRGB
rgb(191, 141, 251)HSL
hsl(267, 93%, 77%)OKLCH
oklch(0.735 0.161 303.7)CMYK
cmyk(24%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A968FA
2#9442F8
3#7F1CF7
4#6B08E3
5#5907BD
6#470598
7#350472
8#24034C
9#120126
Tints
Lighter variations
1#C599FB
2#CCA4FC
3#D2B0FC
4#D9BBFD
5#DFC6FD
6#E5D2FD
7#ECDDFE
8#F2E8FE
9#F9F4FF
Tones
Muted variations
1#BF93F5
2#C099F0
3#C19EEB
4#C1A4E5
5#C2A9E0
6#C2AFDA
7#C3B4D5
8#C3B9CF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFB | BordersInactive statesPlaceholder text |
| 400 | 9D53 #9D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8222 #8222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6608 #6608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5106 #5106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FE;
--plum-100: #EBDDFE;
--plum-200: #DBBFFD;
--plum-300: #BF8EFB;
--plum-400: #9D53F9;
--plum-500: #8222F7;
--plum-600: #6608D9;
--plum-700: #5106AC;
--plum-800: #3A047B;
--plum-900: #25034F;
--plum-950: #170231;
}