Plum
#B596F3
PurpleColor Codes
All color formats for development
HEX
#B596F3RGB
rgb(181, 150, 243)HSL
hsl(260, 79%, 77%)OKLCH
oklch(0.737 0.135 298.4)CMYK
cmyk(26%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C73EF
2#8350EA
3#6A2DE6
4#5719D3
5#4815B0
6#3A108D
7#2B0C69
8#1D0846
9#0E0423
Tints
Lighter variations
1#BCA1F4
2#C4ABF5
3#CBB6F6
4#D3C0F8
5#DACBF9
6#E1D5FA
7#E9E0FB
8#F0EAFD
9#F8F5FE
Tones
Muted variations
1#B69BEE
2#B89FE9
3#BAA4E5
4#BBA9E0
5#BDADDC
6#BEB2D7
7#C0B6D2
8#C1BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B596 #B596F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5F #8E5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6E32 #6E32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5318 #5318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4213 #4213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FD;
--plum-100: #E8DFFB;
--plum-200: #D5C4F8;
--plum-300: #B596F3;
--plum-400: #8E5FEC;
--plum-500: #6E32E7;
--plum-600: #5318C9;
--plum-700: #4213A0;
--plum-800: #2F0D72;
--plum-900: #1E0949;
--plum-950: #13052E;
}