Plum
#BB8FFA
PurpleColor Codes
All color formats for development
HEX
#BB8FFARGB
rgb(187, 143, 250)HSL
hsl(265, 91%, 77%)OKLCH
oklch(0.734 0.156 301.7)CMYK
cmyk(25%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A569F8
2#8E44F6
3#781EF4
4#640BE1
5#5309BC
6#430796
7#320571
8#21044B
9#110226
Tints
Lighter variations
1#C29AFA
2#C9A5FB
3#D0B1FB
4#D6BCFC
5#DDC7FC
6#E4D2FD
7#EBDDFD
8#F1E9FE
9#F8F4FE
Tones
Muted variations
1#BC94F4
2#BD9AEF
3#BE9FEA
4#BFA4E4
5#C0AADF
6#C1AFDA
7#C2B4D4
8#C3BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C0 #D9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8F #BB8FFA | BordersInactive statesPlaceholder text |
| 400 | 9855 #9855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7B24 #7B24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F0A #5F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C08 #4C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3606 #36067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2304 #23044E | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FE;
--plum-100: #EADDFD;
--plum-200: #D9C0FC;
--plum-300: #BB8FFA;
--plum-400: #9855F7;
--plum-500: #7B24F5;
--plum-600: #5F0AD6;
--plum-700: #4C08AA;
--plum-800: #36067A;
--plum-900: #23044E;
--plum-950: #160231;
}