Plum
#B098F1
PurpleColor Codes
All color formats for development
HEX
#B098F1RGB
rgb(176, 152, 241)HSL
hsl(256, 76%, 77%)OKLCH
oklch(0.735 0.128 295.5)CMYK
cmyk(27%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9575EC
2#7A53E7
3#6030E3
4#4C1CCF
5#3F18AD
6#33138A
7#260E68
8#190945
9#0D0523
Tints
Lighter variations
1#B7A2F2
2#BFACF4
3#C7B7F5
4#CFC1F7
5#D7CBF8
6#DFD6F9
7#E7E0FB
8#EFEAFC
9#F7F5FE
Tones
Muted variations
1#B29CEC
2#B4A1E8
3#B6A5E4
4#B8AADF
5#BAAEDB
6#BCB3D6
7#BEB7D2
8#C0BBCD
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C5 #D2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B098 #B098F1 | BordersInactive statesPlaceholder text |
| 400 | 8662 #8662EA | Disabled statesSecondary iconsMuted text |
| 500 | 6435 #6435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 481B #481BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A15 #3A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290F #290F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A0A #1A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F2FD;
--plum-100: #E7E0FB;
--plum-200: #D2C5F7;
--plum-300: #B098F1;
--plum-400: #8662EA;
--plum-500: #6435E3;
--plum-600: #481BC5;
--plum-700: #3A159D;
--plum-800: #290F70;
--plum-900: #1A0A48;
--plum-950: #10062D;
}