Plum
#B095F3
PurpleColor Codes
All color formats for development
HEX
#B095F3RGB
rgb(176, 149, 243)HSL
hsl(257, 80%, 77%)OKLCH
oklch(0.731 0.135 296.1)CMYK
cmyk(28%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9672EF
2#7B4FEB
3#612BE7
4#4D18D4
5#4014B1
6#33108D
7#260C6A
8#1A0847
9#0D0423
Tints
Lighter variations
1#B8A0F4
2#C0ABF6
3#C8B5F7
4#D0C0F8
5#D8CAF9
6#DFD5FA
7#E7DFFB
8#EFEAFD
9#F7F4FE
Tones
Muted variations
1#B29AEF
2#B49FEA
3#B6A4E5
4#B8A8E1
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 | D2C3 #D2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B095 #B095F3 | BordersInactive statesPlaceholder text |
| 400 | 875E #875EED | Disabled statesSecondary iconsMuted text |
| 500 | 6430 #6430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4916 #4916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A12 #3A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0D #2A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B08 #1B0849 | 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: #D2C3F8;
--plum-300: #B095F3;
--plum-400: #875EED;
--plum-500: #6430E8;
--plum-600: #4916CA;
--plum-700: #3A12A1;
--plum-800: #2A0D73;
--plum-900: #1B0849;
--plum-950: #11052E;
}