Plum
#B494F5
PurpleColor Codes
All color formats for development
HEX
#B494F5RGB
rgb(180, 148, 245)HSL
hsl(260, 83%, 77%)OKLCH
oklch(0.734 0.14 298.1)CMYK
cmyk(27%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B70F2
2#824CEE
3#6928EB
4#5514D8
5#4711B4
6#390D90
7#2B0A6C
8#1C0748
9#0E0324
Tints
Lighter variations
1#BC9EF6
2#C3A9F7
3#CBB4F8
4#D2BFF9
5#DAC9FA
6#E1D4FB
7#E9DFFC
8#F0EAFD
9#F8F4FE
Tones
Muted variations
1#B699F0
2#B79DEB
3#B9A2E6
4#BBA7E2
5#BCACDD
6#BEB1D8
7#BFB6D3
8#C1BBCE
9#C3BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B494 #B494F5 | BordersInactive statesPlaceholder text |
| 400 | 8D5C #8D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 6D2D #6D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5113 #5113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410F #410FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E8DEFC;
--plum-200: #D5C2F9;
--plum-300: #B494F5;
--plum-400: #8D5CF0;
--plum-500: #6D2DEB;
--plum-600: #5113CD;
--plum-700: #410FA3;
--plum-800: #2E0B75;
--plum-900: #1E074B;
--plum-950: #12042F;
}