Plum
#B89AEF
PurpleColor Codes
All color formats for development
HEX
#B89AEFRGB
rgb(184, 154, 239)HSL
hsl(261, 73%, 77%)OKLCH
oklch(0.745 0.123 299.6)CMYK
cmyk(23%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A078EA
2#8856E5
3#7034DF
4#5C20CC
5#4D1BAA
6#3D1588
7#2E1066
8#1F0B44
9#0F0522
Tints
Lighter variations
1#BFA4F1
2#C6AEF2
3#CDB8F4
4#D4C2F5
5#DBCCF7
6#E2D6F9
7#EAE1FA
8#F1EBFC
9#F8F5FD
Tones
Muted variations
1#B99EEB
2#BAA2E7
3#BBA6E2
4#BDABDE
5#BEAFDA
6#BFB3D5
7#C0B8D1
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 | E9E0 #E9E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B89A #B89AEF | BordersInactive statesPlaceholder text |
| 400 | 9265 #9265E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7338 #7338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 581E #581EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4618 #46189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3211 #32116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1407 #14072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F2FD;
--plum-100: #E9E0FA;
--plum-200: #D7C6F6;
--plum-300: #B89AEF;
--plum-400: #9265E7;
--plum-500: #7338E0;
--plum-600: #581EC2;
--plum-700: #46189A;
--plum-800: #32116E;
--plum-900: #200B47;
--plum-950: #14072C;
}