Plum
#BD8FFA
PurpleColor Codes
All color formats for development
HEX
#BD8FFARGB
rgb(189, 143, 250)HSL
hsl(266, 91%, 77%)OKLCH
oklch(0.736 0.156 302.6)CMYK
cmyk(24%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A769F8
2#9144F6
3#7B1EF4
4#680BE1
5#5609BC
6#450796
7#340571
8#23044B
9#110226
Tints
Lighter variations
1#C49AFA
2#CAA5FB
3#D1B1FB
4#D8BCFC
5#DEC7FC
6#E5D2FD
7#EBDDFD
8#F2E9FE
9#F8F4FE
Tones
Muted variations
1#BE94F4
2#BF9AEF
3#BF9FEA
4#C0A4E4
5#C1AADF
6#C2AFDA
7#C2B4D4
8#C3BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8F #BD8FFA | BordersInactive statesPlaceholder text |
| 400 | 9B55 #9B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7E24 #7E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630A #630AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E08 #4E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3806 #38067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044E | 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: #EBDDFD;
--plum-200: #DAC0FC;
--plum-300: #BD8FFA;
--plum-400: #9B55F7;
--plum-500: #7E24F5;
--plum-600: #630AD6;
--plum-700: #4E08AA;
--plum-800: #38067A;
--plum-900: #24044E;
--plum-950: #160231;
}