Plum
#B395F3
PurpleColor Codes
All color formats for development
HEX
#B395F3RGB
rgb(179, 149, 243)HSL
hsl(259, 80%, 77%)OKLCH
oklch(0.734 0.136 297.7)CMYK
cmyk(26%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A72EF
2#804FEB
3#672BE7
4#5318D4
5#4514B1
6#38108D
7#2A0C6A
8#1C0847
9#0E0423
Tints
Lighter variations
1#BBA0F4
2#C2ABF6
3#CAB5F7
4#D1C0F8
5#D9CAF9
6#E1D5FA
7#E8DFFB
8#F0EAFD
9#F7F4FE
Tones
Muted variations
1#B59AEF
2#B79FEA
3#B8A4E5
4#BAA8E1
5#BCADDC
6#BDB2D7
7#BFB6D2
8#C1BBCE
9#C3C0C9
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 | D4C3 #D4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B395 #B395F3 | BordersInactive statesPlaceholder text |
| 400 | 8C5E #8C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6B30 #6B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F16 #4F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F12 #3F12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0D #2D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D08 #1D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FD;
--plum-100: #E8DFFB;
--plum-200: #D4C3F8;
--plum-300: #B395F3;
--plum-400: #8C5EED;
--plum-500: #6B30E8;
--plum-600: #4F16CA;
--plum-700: #3F12A1;
--plum-800: #2D0D73;
--plum-900: #1D0849;
--plum-950: #12052E;
}