Plum
#B98EFB
PurpleColor Codes
All color formats for development
HEX
#B98EFBRGB
rgb(185, 142, 251)HSL
hsl(264, 93%, 77%)OKLCH
oklch(0.731 0.158 300.8)CMYK
cmyk(26%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A268FA
2#8B42F8
3#741CF7
4#6008E3
5#5007BD
6#400598
7#300472
8#20034C
9#100126
Tints
Lighter variations
1#C099FB
2#C7A4FC
3#CEB0FC
4#D5BBFD
5#DCC6FD
6#E3D2FD
7#EADDFE
8#F1E8FE
9#F8F4FF
Tones
Muted variations
1#BB93F5
2#BC99F0
3#BD9EEB
4#BEA4E5
5#BFA9E0
6#C0AFDA
7#C1B4D5
8#C2B9CF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98E #B98EFB | BordersInactive statesPlaceholder text |
| 400 | 9553 #9553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7722 #7722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B08 #5B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4906 #4906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FE;
--plum-100: #EADDFE;
--plum-200: #D8BFFD;
--plum-300: #B98EFB;
--plum-400: #9553F9;
--plum-500: #7722F7;
--plum-600: #5B08D9;
--plum-700: #4906AC;
--plum-800: #34047B;
--plum-900: #21034F;
--plum-950: #150231;
}