Plum
#B797F2
PurpleColor Codes
All color formats for development
HEX
#B797F2RGB
rgb(183, 151, 242)HSL
hsl(261, 78%, 77%)OKLCH
oklch(0.74 0.132 299.4)CMYK
cmyk(24%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E74EE
2#8651E9
3#6E2EE5
4#5A1AD2
5#4B16AF
6#3C118C
7#2D0D69
8#1E0946
9#0F0423
Tints
Lighter variations
1#BEA1F3
2#C5ABF5
3#CCB6F6
4#D4C0F7
5#DBCBF9
6#E2D5FA
7#E9E0FB
8#F1EAFC
9#F8F5FE
Tones
Muted variations
1#B89BEE
2#B9A0E9
3#BBA4E4
4#BCA9E0
5#BDADDB
6#BFB2D7
7#C0B7D2
8#C2BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B797 #B797F2 | BordersInactive statesPlaceholder text |
| 400 | 9160 #9160EB | Disabled statesSecondary iconsMuted text |
| 500 | 7133 #7133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5619 #5619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4414 #44149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310E #310E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FD;
--plum-100: #E9DFFB;
--plum-200: #D6C4F8;
--plum-300: #B797F2;
--plum-400: #9160EB;
--plum-500: #7133E6;
--plum-600: #5619C8;
--plum-700: #44149F;
--plum-800: #310E71;
--plum-900: #1F0949;
--plum-950: #14062D;
}