Plum
#B296F3
PurpleColor Codes
All color formats for development
HEX
#B296F3RGB
rgb(178, 150, 243)HSL
hsl(258, 79%, 77%)OKLCH
oklch(0.734 0.134 296.8)CMYK
cmyk(27%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9873EF
2#7E50EA
3#642DE6
4#5119D3
5#4315B0
6#36108D
7#280C69
8#1B0846
9#0D0423
Tints
Lighter variations
1#BAA1F4
2#C1ABF5
3#C9B6F6
4#D1C0F8
5#D8CBF9
6#E0D5FA
7#E8E0FB
8#F0EAFD
9#F7F5FE
Tones
Muted variations
1#B49BEE
2#B69FE9
3#B7A4E5
4#B9A9E0
5#BBADDC
6#BDB2D7
7#BFB6D2
8#C1BBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B296 #B296F3 | BordersInactive statesPlaceholder text |
| 400 | 8A5F #8A5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6832 #6832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D18 #4D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D13 #3D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0D #2C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FD;
--plum-100: #E8DFFB;
--plum-200: #D3C4F8;
--plum-300: #B296F3;
--plum-400: #8A5FEC;
--plum-500: #6832E7;
--plum-600: #4D18C9;
--plum-700: #3D13A0;
--plum-800: #2C0D72;
--plum-900: #1C0949;
--plum-950: #11052E;
}