Plum
#BB95F3
PurpleColor Codes
All color formats for development
HEX
#BB95F3RGB
rgb(187, 149, 243)HSL
hsl(264, 80%, 77%)OKLCH
oklch(0.741 0.137 301.8)CMYK
cmyk(23%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A472EF
2#8D4FEB
3#772BE7
4#6318D4
5#5214B1
6#42108D
7#310C6A
8#210847
9#100423
Tints
Lighter variations
1#C2A0F4
2#C9ABF6
3#CFB5F7
4#D6C0F8
5#DDCAF9
6#E4D5FA
7#EBDFFB
8#F1EAFD
9#F8F4FE
Tones
Muted variations
1#BC9AEF
2#BD9FEA
3#BEA4E5
4#BFA8E1
5#C0ADDC
6#C1B2D7
7#C2B6D2
8#C2BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F3 | BordersInactive statesPlaceholder text |
| 400 | 975E #975EED | Disabled statesSecondary iconsMuted text |
| 500 | 7A30 #7A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E16 #5E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B12 #4B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #220849 | 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: #F6F1FD;
--plum-100: #EADFFB;
--plum-200: #D9C3F8;
--plum-300: #BB95F3;
--plum-400: #975EED;
--plum-500: #7A30E8;
--plum-600: #5E16CA;
--plum-700: #4B12A1;
--plum-800: #360D73;
--plum-900: #220849;
--plum-950: #15052E;
}