Plum
#B99AEF
PurpleColor Codes
All color formats for development
HEX
#B99AEFRGB
rgb(185, 154, 239)HSL
hsl(262, 73%, 77%)OKLCH
oklch(0.746 0.124 300.2)CMYK
cmyk(23%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A178EA
2#8A56E5
3#7334DF
4#5F20CC
5#4F1BAA
6#3F1588
7#2F1066
8#200B44
9#100522
Tints
Lighter variations
1#C0A4F1
2#C7AEF2
3#CEB8F4
4#D5C2F5
5#DCCCF7
6#E3D6F9
7#EAE1FA
8#F1EBFC
9#F8F5FD
Tones
Muted variations
1#BA9EEB
2#BBA2E7
3#BCA6E2
4#BDABDE
5#BFAFDA
6#C0B3D5
7#C1B8D1
8#C2BCCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B99A #B99AEF | BordersInactive statesPlaceholder text |
| 400 | 9465 #9465E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7638 #7638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1E #5A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4818 #48189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3311 #33116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 210B #210B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F2FD;
--plum-100: #EAE0FA;
--plum-200: #D7C6F6;
--plum-300: #B99AEF;
--plum-400: #9465E7;
--plum-500: #7638E0;
--plum-600: #5A1EC2;
--plum-700: #48189A;
--plum-800: #33116E;
--plum-900: #210B47;
--plum-950: #15072C;
}