Plum
#BE98F0
PurpleColor Codes
All color formats for development
HEX
#BE98F0RGB
rgb(190, 152, 240)HSL
hsl(266, 75%, 77%)OKLCH
oklch(0.747 0.129 303.3)CMYK
cmyk(21%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A976EB
2#9354E7
3#7E31E2
4#6A1DCE
5#5819AC
6#471489
7#350F67
8#230A45
9#120522
Tints
Lighter variations
1#C5A3F2
2#CBADF3
3#D2B7F5
4#D8C1F6
5#DFCCF8
6#E5D6F9
7#ECE0FB
8#F2EAFC
9#F9F5FE
Tones
Muted variations
1#BF9DEC
2#C0A1E8
3#C0A6E3
4#C1AADF
5#C1AEDA
6#C2B3D6
7#C3B7D2
8#C3BCCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE98 #BE98F0 | BordersInactive statesPlaceholder text |
| 400 | 9D63 #9D63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8136 #8136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651C #651CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5016 #50169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3910 #391070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 250A #250A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F2FD;
--plum-100: #EBE0FB;
--plum-200: #DBC5F7;
--plum-300: #BE98F0;
--plum-400: #9D63E9;
--plum-500: #8136E2;
--plum-600: #651CC4;
--plum-700: #50169C;
--plum-800: #391070;
--plum-900: #250A47;
--plum-950: #17062D;
}