Plum
#B092F6
PurpleColor Codes
All color formats for development
HEX
#B092F6RGB
rgb(176, 146, 246)HSL
hsl(258, 85%, 77%)OKLCH
oklch(0.727 0.144 296.5)CMYK
cmyk(28%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#966EF3
2#7C4AF0
3#6126ED
4#4E12DA
5#410FB6
6#340C91
7#27096D
8#1A0649
9#0D0324
Tints
Lighter variations
1#B89DF7
2#C0A8F8
3#C8B3F9
4#D0BEFA
5#D8C9FB
6#E0D4FB
7#E7DEFC
8#EFE9FD
9#F7F4FE
Tones
Muted variations
1#B297F1
2#B49CEC
3#B6A1E7
4#B8A6E2
5#BAABDD
6#BCB0D8
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 #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B092 #B092F6 | BordersInactive statesPlaceholder text |
| 400 | 875A #875AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 652B #652BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A11 #4A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0D #3B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B06 #1B064B | 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: #E7DEFC;
--plum-200: #D3C2FA;
--plum-300: #B092F6;
--plum-400: #875AF2;
--plum-500: #652BEE;
--plum-600: #4A11D0;
--plum-700: #3B0DA5;
--plum-800: #2A0A76;
--plum-900: #1B064B;
--plum-950: #11042F;
}