Plum
#B696F3
PurpleColor Codes
All color formats for development
HEX
#B696F3RGB
rgb(182, 150, 243)HSL
hsl(261, 79%, 77%)OKLCH
oklch(0.738 0.135 298.9)CMYK
cmyk(25%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E73EF
2#8650EA
3#6E2DE6
4#5A19D3
5#4B15B0
6#3C108D
7#2D0C69
8#1E0846
9#0F0423
Tints
Lighter variations
1#BEA1F4
2#C5ABF5
3#CCB6F6
4#D3C0F8
5#DBCBF9
6#E2D5FA
7#E9E0FB
8#F0EAFD
9#F8F5FE
Tones
Muted variations
1#B89BEE
2#B99FE9
3#BBA4E5
4#BCA9E0
5#BDADDC
6#BFB2D7
7#C0B6D2
8#C2BBCE
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 | B696 #B696F3 | BordersInactive statesPlaceholder text |
| 400 | 915F #915FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7132 #7132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5618 #5618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4413 #4413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310D #310D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | 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: #F6F1FD;
--plum-100: #E9DFFB;
--plum-200: #D6C4F8;
--plum-300: #B696F3;
--plum-400: #915FEC;
--plum-500: #7132E7;
--plum-600: #5618C9;
--plum-700: #4413A0;
--plum-800: #310D72;
--plum-900: #1F0949;
--plum-950: #13052E;
}