Plum
#B891F8
PurpleColor Codes
All color formats for development
HEX
#B891F8RGB
rgb(184, 145, 248)HSL
hsl(263, 88%, 77%)OKLCH
oklch(0.733 0.149 300.2)CMYK
cmyk(26%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A16CF6
2#8947F3
3#7122F1
4#5E0EDD
5#4E0CB9
6#3E0994
7#2F076F
8#1F054A
9#100225
Tints
Lighter variations
1#BF9CF9
2#C6A7F9
3#CEB2FA
4#D5BDFB
5#DCC8FB
6#E3D3FC
7#EADEFD
8#F1E9FE
9#F8F4FE
Tones
Muted variations
1#BA96F3
2#BB9BEE
3#BCA0E8
4#BDA5E3
5#BEABDE
6#C0B0D9
7#C1B5D4
8#C2BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F8 | BordersInactive statesPlaceholder text |
| 400 | 9357 #9357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7527 #7527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590D #590DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470B #470BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2005 #20054D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #E9DDFD;
--plum-200: #D7C1FB;
--plum-300: #B891F8;
--plum-400: #9357F4;
--plum-500: #7527F1;
--plum-600: #590DD3;
--plum-700: #470BA8;
--plum-800: #330878;
--plum-900: #20054D;
--plum-950: #140330;
}