Plum
#B898F1
PurpleColor Codes
All color formats for development
HEX
#B898F1RGB
rgb(184, 152, 241)HSL
hsl(262, 76%, 77%)OKLCH
oklch(0.742 0.129 299.8)CMYK
cmyk(24%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A175EC
2#8953E7
3#7230E3
4#5E1CCF
5#4E18AD
6#3F138A
7#2F0E68
8#1F0945
9#100523
Tints
Lighter variations
1#C0A2F2
2#C7ACF4
3#CEB7F5
4#D5C1F7
5#DCCBF8
6#E3D6F9
7#EAE0FB
8#F1EAFC
9#F8F5FE
Tones
Muted variations
1#BA9CEC
2#BBA1E8
3#BCA5E4
4#BDAADF
5#BEAEDB
6#C0B3D6
7#C1B7D2
8#C2BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B898 #B898F1 | BordersInactive statesPlaceholder text |
| 400 | 9462 #9462EA | Disabled statesSecondary iconsMuted text |
| 500 | 7535 #7535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591B #591BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A48 | 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: #F6F2FD;
--plum-100: #EAE0FB;
--plum-200: #D7C5F7;
--plum-300: #B898F1;
--plum-400: #9462EA;
--plum-500: #7535E3;
--plum-600: #591BC5;
--plum-700: #47159D;
--plum-800: #330F70;
--plum-900: #210A48;
--plum-950: #14062D;
}