Plum
#B595F3
PurpleColor Codes
All color formats for development
HEX
#B595F3RGB
rgb(181, 149, 243)HSL
hsl(260, 80%, 77%)OKLCH
oklch(0.735 0.136 298.7)CMYK
cmyk(26%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C72EF
2#834FEB
3#6A2BE7
4#5618D4
5#4814B1
6#3A108D
7#2B0C6A
8#1D0847
9#0E0423
Tints
Lighter variations
1#BCA0F4
2#C4ABF6
3#CBB5F7
4#D2C0F8
5#DACAF9
6#E1D5FA
7#E9DFFB
8#F0EAFD
9#F8F4FE
Tones
Muted variations
1#B69AEF
2#B89FEA
3#B9A4E5
4#BBA8E1
5#BDADDC
6#BEB2D7
7#C0B6D2
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 | D5C3 #D5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5E #8E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6E30 #6E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5216 #5216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4112 #4112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FD;
--plum-100: #E8DFFB;
--plum-200: #D5C3F8;
--plum-300: #B595F3;
--plum-400: #8E5EED;
--plum-500: #6E30E8;
--plum-600: #5216CA;
--plum-700: #4112A1;
--plum-800: #2F0D73;
--plum-900: #1E0849;
--plum-950: #13052E;
}