Plum
#BB95F4
PurpleColor Codes
All color formats for development
HEX
#BB95F4RGB
rgb(187, 149, 244)HSL
hsl(264, 81%, 77%)OKLCH
oklch(0.741 0.139 301.5)CMYK
cmyk(23%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A471F0
2#8D4EEC
3#762AE9
4#6316D5
5#5213B2
6#420F8E
7#310B6B
8#210747
9#100424
Tints
Lighter variations
1#C29FF5
2#C8AAF6
3#CFB5F7
4#D6BFF8
5#DDCAF9
6#E4D5FB
7#EBDFFC
8#F1EAFD
9#F8F4FE
Tones
Muted variations
1#BC9AEF
2#BD9EEA
3#BEA3E6
4#BFA8E1
5#C0ADDC
6#C1B1D7
7#C1B6D3
8#C2BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F4 | BordersInactive statesPlaceholder text |
| 400 | 975D #975DEE | Disabled statesSecondary iconsMuted text |
| 500 | 7A2F #7A2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E15 #5E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B11 #4B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350C #350C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #22084A | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #EADFFC;
--plum-200: #D8C3F9;
--plum-300: #BB95F4;
--plum-400: #975DEE;
--plum-500: #7A2FE9;
--plum-600: #5E15CB;
--plum-700: #4B11A2;
--plum-800: #350C73;
--plum-900: #22084A;
--plum-950: #15052E;
}