Plum
#B092F7
PurpleColor Codes
All color formats for development
HEX
#B092F7RGB
rgb(176, 146, 247)HSL
hsl(258, 86%, 77%)OKLCH
oklch(0.728 0.145 296.3)CMYK
cmyk(29%, 41%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#966DF4
2#7B49F1
3#6124EF
4#4D10DB
5#400EB7
6#340B92
7#27086E
8#1A0549
9#0D0325
Tints
Lighter variations
1#B89DF8
2#C0A8F8
3#C8B3F9
4#D0BEFA
5#D8C8FB
6#DFD3FC
7#E7DEFD
8#EFE9FD
9#F7F4FE
Tones
Muted variations
1#B297F2
2#B49CED
3#B6A1E8
4#B8A6E3
5#BAABDE
6#BCB0D9
7#BEB5D3
8#C0BACE
9#C2BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B092 #B092F7 | BordersInactive statesPlaceholder text |
| 400 | 8759 #8759F3 | Disabled statesSecondary iconsMuted text |
| 500 | 652A #652AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A10 #4A10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0C #3B0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A09 #2A0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B06 #1B064C | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E7DEFD;
--plum-200: #D2C1FA;
--plum-300: #B092F7;
--plum-400: #8759F3;
--plum-500: #652AEF;
--plum-600: #4A10D1;
--plum-700: #3B0CA6;
--plum-800: #2A0977;
--plum-900: #1B064C;
--plum-950: #11042F;
}