Plum
#B98AFF
PurpleColor Codes
All color formats for development
HEX
#B98AFFRGB
rgb(185, 138, 255)HSL
hsl(264, 100%, 77%)OKLCH
oklch(0.726 0.169 300.8)CMYK
cmyk(27%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A162FF
2#893BFF
3#7214FF
4#5E00EC
5#4F00C4
6#3F009D
7#2F0076
8#1F004F
9#100027
Tints
Lighter variations
1#C095FF
2#C7A1FF
3#CEADFF
4#D5B9FF
5#DCC4FF
6#E3D0FF
7#EADCFF
8#F1E8FF
9#F8F3FF
Tones
Muted variations
1#BA90F9
2#BB95F3
3#BC9BED
4#BDA1E8
5#BEA7E2
6#C0ADDC
7#C1B3D6
8#C2B9D0
9#C3BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B98A #B98AFF | BordersInactive statesPlaceholder text |
| 400 | 944D #944DFF | Disabled statesSecondary iconsMuted text |
| 500 | 751A #751AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A00 #5A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4700 #4700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3300 #330080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2100 #210052 | Primary textHigh emphasis contentDark headings |
| 950 | 1400 #140033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FF;
--plum-100: #EADBFF;
--plum-200: #D7BDFF;
--plum-300: #B98AFF;
--plum-400: #944DFF;
--plum-500: #751AFF;
--plum-600: #5A00E0;
--plum-700: #4700B3;
--plum-800: #330080;
--plum-900: #210052;
--plum-950: #140033;
}