Plum
#B096F3
PurpleColor Codes
All color formats for development
HEX
#B096F3RGB
rgb(176, 150, 243)HSL
hsl(257, 79%, 77%)OKLCH
oklch(0.733 0.134 295.8)CMYK
cmyk(28%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9673EF
2#7C50EA
3#612DE6
4#4D19D3
5#4115B0
6#34108D
7#270C69
8#1A0846
9#0D0423
Tints
Lighter variations
1#B8A1F4
2#C0ABF5
3#C8B6F6
4#D0C0F8
5#D8CBF9
6#E0D5FA
7#E7E0FB
8#EFEAFD
9#F7F5FE
Tones
Muted variations
1#B29BEE
2#B49FE9
3#B6A4E5
4#B8A9E0
5#BAADDC
6#BCB2D7
7#BEB6D2
8#C0BBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B096 #B096F3 | BordersInactive statesPlaceholder text |
| 400 | 875F #875FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6532 #6532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A18 #4A18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B13 #3B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0D #2A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B09 #1B0949 | 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: #E7DFFB;
--plum-200: #D3C4F8;
--plum-300: #B096F3;
--plum-400: #875FEC;
--plum-500: #6532E7;
--plum-600: #4A18C9;
--plum-700: #3B13A0;
--plum-800: #2A0D72;
--plum-900: #1B0949;
--plum-950: #11052E;
}