Plum
#BD8EFB
PurpleColor Codes
All color formats for development
HEX
#BD8EFBRGB
rgb(189, 142, 251)HSL
hsl(266, 93%, 77%)OKLCH
oklch(0.735 0.159 302.6)CMYK
cmyk(25%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A768FA
2#9142F8
3#7B1CF7
4#6708E3
5#5607BD
6#450598
7#340472
8#22034C
9#110126
Tints
Lighter variations
1#C499FB
2#CAA4FC
3#D1B0FC
4#D7BBFD
5#DEC6FD
6#E5D2FD
7#EBDDFE
8#F2E8FE
9#F8F4FF
Tones
Muted variations
1#BE93F5
2#BF99F0
3#BF9EEB
4#C0A4E5
5#C1A9E0
6#C1AFDA
7#C2B4D5
8#C3B9CF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFB | BordersInactive statesPlaceholder text |
| 400 | 9B53 #9B53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E22 #7E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6208 #6208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E06 #4E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FE;
--plum-100: #EBDDFE;
--plum-200: #DABFFD;
--plum-300: #BD8EFB;
--plum-400: #9B53F9;
--plum-500: #7E22F7;
--plum-600: #6208D9;
--plum-700: #4E06AC;
--plum-800: #38047B;
--plum-900: #24034F;
--plum-950: #160231;
}