Plum
#B598F1
PurpleColor Codes
All color formats for development
HEX
#B598F1RGB
rgb(181, 152, 241)HSL
hsl(260, 76%, 77%)OKLCH
oklch(0.74 0.129 298.2)CMYK
cmyk(25%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D75EC
2#8453E7
3#6C30E3
4#581CCF
5#4918AD
6#3B138A
7#2C0E68
8#1D0945
9#0F0523
Tints
Lighter variations
1#BDA2F2
2#C4ACF4
3#CCB7F5
4#D3C1F7
5#DACBF8
6#E2D6F9
7#E9E0FB
8#F0EAFC
9#F8F5FE
Tones
Muted variations
1#B79CEC
2#B8A1E8
3#BAA5E4
4#BBAADF
5#BDAEDB
6#BEB3D6
7#C0B7D2
8#C1BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B598 #B598F1 | BordersInactive statesPlaceholder text |
| 400 | 8F62 #8F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F35 #6F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541B #541BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4315 #43159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300F #300F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E0A #1E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F2FD;
--plum-100: #E9E0FB;
--plum-200: #D5C5F7;
--plum-300: #B598F1;
--plum-400: #8F62EA;
--plum-500: #6F35E3;
--plum-600: #541BC5;
--plum-700: #43159D;
--plum-800: #300F70;
--plum-900: #1E0A48;
--plum-950: #13062D;
}