Plum
#B597F2
PurpleColor Codes
All color formats for development
HEX
#B597F2RGB
rgb(181, 151, 242)HSL
hsl(260, 78%, 77%)OKLCH
oklch(0.738 0.132 298.3)CMYK
cmyk(25%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C74EE
2#8451E9
3#6B2EE5
4#571AD2
5#4916AF
6#3A118C
7#2C0D69
8#1D0946
9#0F0423
Tints
Lighter variations
1#BCA1F3
2#C4ABF5
3#CBB6F6
4#D3C0F7
5#DACBF9
6#E1D5FA
7#E9E0FB
8#F0EAFC
9#F8F5FE
Tones
Muted variations
1#B79BEE
2#B8A0E9
3#BAA4E4
4#BBA9E0
5#BDADDB
6#BEB2D7
7#C0B7D2
8#C1BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F60 #8F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6E33 #6E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5319 #5319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4214 #42149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0E #2F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0949 | 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: #F5F1FD;
--plum-100: #E9DFFB;
--plum-200: #D5C4F8;
--plum-300: #B597F2;
--plum-400: #8F60EB;
--plum-500: #6E33E6;
--plum-600: #5319C8;
--plum-700: #42149F;
--plum-800: #2F0E71;
--plum-900: #1E0949;
--plum-950: #13062D;
}