Plum
#B191F8
PurpleColor Codes
All color formats for development
HEX
#B191F8RGB
rgb(177, 145, 248)HSL
hsl(259, 88%, 77%)OKLCH
oklch(0.727 0.148 296.9)CMYK
cmyk(29%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#976CF6
2#7D47F3
3#6422F1
4#500EDD
5#420CB9
6#350994
7#28076F
8#1B054A
9#0D0225
Tints
Lighter variations
1#B99CF9
2#C1A7F9
3#C9B2FA
4#D0BDFB
5#D8C8FB
6#E0D3FC
7#E8DEFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B396F3
2#B59BEE
3#B7A0E8
4#B9A5E3
5#BBABDE
6#BDB0D9
7#BFB5D4
8#C1BACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C1 #D3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B191 #B191F8 | BordersInactive statesPlaceholder text |
| 400 | 8957 #8957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6727 #6727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0D #4C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0B #3C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B08 #2B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C05 #1C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E7DDFD;
--plum-200: #D3C1FB;
--plum-300: #B191F8;
--plum-400: #8957F4;
--plum-500: #6727F1;
--plum-600: #4C0DD3;
--plum-700: #3C0BA8;
--plum-800: #2B0878;
--plum-900: #1C054D;
--plum-950: #110330;
}