Plum
#BB98F1
PurpleColor Codes
All color formats for development
HEX
#BB98F1RGB
rgb(187, 152, 241)HSL
hsl(264, 76%, 77%)OKLCH
oklch(0.745 0.13 301.4)CMYK
cmyk(22%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A575EC
2#8E53E7
3#7830E3
4#641CCF
5#5318AD
6#43138A
7#320E68
8#210945
9#110523
Tints
Lighter variations
1#C2A2F2
2#C9ACF4
3#D0B7F5
4#D6C1F7
5#DDCBF8
6#E4D6F9
7#EBE0FB
8#F1EAFC
9#F8F5FE
Tones
Muted variations
1#BC9CEC
2#BDA1E8
3#BEA5E4
4#BFAADF
5#C0AEDB
6#C1B3D6
7#C2B7D2
8#C3BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C5 #D9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB98 #BB98F1 | BordersInactive statesPlaceholder text |
| 400 | 9862 #9862EA | Disabled statesSecondary iconsMuted text |
| 500 | 7B35 #7B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1B #5F1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C15 #4C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360F #360F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 230A #230A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F2FD;
--plum-100: #EAE0FB;
--plum-200: #D9C5F7;
--plum-300: #BB98F1;
--plum-400: #9862EA;
--plum-500: #7B35E3;
--plum-600: #5F1BC5;
--plum-700: #4C159D;
--plum-800: #360F70;
--plum-900: #230A48;
--plum-950: #16062D;
}