Plum
#B591F8
PurpleColor Codes
All color formats for development
HEX
#B591F8RGB
rgb(181, 145, 248)HSL
hsl(261, 88%, 77%)OKLCH
oklch(0.731 0.149 298.8)CMYK
cmyk(27%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C6CF6
2#8347F3
3#6A22F1
4#570EDD
5#480CB9
6#3A0994
7#2B076F
8#1D054A
9#0E0225
Tints
Lighter variations
1#BC9CF9
2#C4A7F9
3#CBB2FA
4#D3BDFB
5#DAC8FB
6#E1D3FC
7#E9DEFD
8#F0E9FE
9#F8F4FE
Tones
Muted variations
1#B696F3
2#B89BEE
3#BAA0E8
4#BBA5E3
5#BDABDE
6#BEB0D9
7#C0B5D4
8#C1BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C1 #D5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B591 #B591F8 | BordersInactive statesPlaceholder text |
| 400 | 8E57 #8E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6E27 #6E27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 530D #530DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420B #420BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F08 #2F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E05 #1E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E8DDFD;
--plum-200: #D5C1FB;
--plum-300: #B591F8;
--plum-400: #8E57F4;
--plum-500: #6E27F1;
--plum-600: #530DD3;
--plum-700: #420BA8;
--plum-800: #2F0878;
--plum-900: #1E054D;
--plum-950: #130330;
}