Plum
#BB8DFB
PurpleColor Codes
All color formats for development
HEX
#BB8DFBRGB
rgb(187, 141, 251)HSL
hsl(265, 93%, 77%)OKLCH
oklch(0.731 0.16 301.9)CMYK
cmyk(25%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A568FA
2#8E42F8
3#771CF7
4#6408E3
5#5307BD
6#420598
7#320472
8#21034C
9#110126
Tints
Lighter variations
1#C299FB
2#C9A4FC
3#D0B0FC
4#D6BBFD
5#DDC6FD
6#E4D2FD
7#EBDDFE
8#F1E8FE
9#F8F4FF
Tones
Muted variations
1#BC93F5
2#BD99F0
3#BE9EEB
4#BFA4E5
5#C0A9E0
6#C1AFDA
7#C2B4D5
8#C3B9CF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8E #BB8EFB | BordersInactive statesPlaceholder text |
| 400 | 9853 #9853F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7A22 #7A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F08 #5F08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B06 #4B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2203 #22034F | 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: #EADDFE;
--plum-200: #D9BFFD;
--plum-300: #BB8EFB;
--plum-400: #9853F9;
--plum-500: #7A22F7;
--plum-600: #5F08D9;
--plum-700: #4B06AC;
--plum-800: #36047B;
--plum-900: #22034F;
--plum-950: #160231;
}