Plum
#B091F8
PurpleColor Codes
All color formats for development
HEX
#B091F8RGB
rgb(176, 145, 248)HSL
hsl(258, 88%, 77%)OKLCH
oklch(0.726 0.148 296.4)CMYK
cmyk(29%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#956CF6
2#7B47F3
3#6022F1
4#4C0EDD
5#400CB9
6#330994
7#26076F
8#19054A
9#0D0225
Tints
Lighter variations
1#B89CF9
2#C0A7F9
3#C7B2FA
4#CFBDFB
5#D7C8FB
6#DFD3FC
7#E7DEFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B296F3
2#B49BEE
3#B6A0E8
4#B8A5E3
5#BAABDE
6#BCB0D9
7#BEB5D4
8#C0BACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F8 | BordersInactive statesPlaceholder text |
| 400 | 8657 #8657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6427 #6427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490D #490DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0B #3A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2908 #290878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A05 #1A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E7DDFD;
--plum-200: #D2C1FB;
--plum-300: #B091F8;
--plum-400: #8657F4;
--plum-500: #6427F1;
--plum-600: #490DD3;
--plum-700: #3A0BA8;
--plum-800: #290878;
--plum-900: #1A054D;
--plum-950: #110330;
}