Plum
#B891F7
PurpleColor Codes
All color formats for development
HEX
#B891F7RGB
rgb(184, 145, 247)HSL
hsl(263, 86%, 77%)OKLCH
oklch(0.733 0.148 300.4)CMYK
cmyk(26%, 41%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A16DF4
2#8949F1
3#7224EF
4#5E10DB
5#4E0EB7
6#3F0B92
7#2F086E
8#1F0549
9#100325
Tints
Lighter variations
1#C09DF8
2#C7A8F8
3#CEB3F9
4#D5BEFA
5#DCC8FB
6#E3D3FC
7#EADEFD
8#F1E9FD
9#F8F4FE
Tones
Muted variations
1#BA97F2
2#BB9CED
3#BCA1E8
4#BDA6E3
5#BEABDE
6#C0B0D9
7#C1B5D3
8#C2BACE
9#C3BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B992 #B992F7 | BordersInactive statesPlaceholder text |
| 400 | 9459 #9459F3 | Disabled statesSecondary iconsMuted text |
| 500 | 752A #752AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A10 #5A10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470C #470CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3309 #330977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2106 #21064C | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #EADEFD;
--plum-200: #D7C1FA;
--plum-300: #B992F7;
--plum-400: #9459F3;
--plum-500: #752AEF;
--plum-600: #5A10D1;
--plum-700: #470CA6;
--plum-800: #330977;
--plum-900: #21064C;
--plum-950: #14042F;
}