Plum
#BB8AFF
PurpleColor Codes
All color formats for development
HEX
#BB8AFFRGB
rgb(187, 138, 255)HSL
hsl(265, 100%, 77%)OKLCH
oklch(0.728 0.17 301.7)CMYK
cmyk(27%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A462FF
2#8D3BFF
3#7614FF
4#6200EC
5#5200C4
6#41009D
7#310076
8#21004F
9#100027
Tints
Lighter variations
1#C195FF
2#C8A1FF
3#CFADFF
4#D6B9FF
5#DDC4FF
6#E4D0FF
7#EADCFF
8#F1E8FF
9#F8F3FF
Tones
Muted variations
1#BC90F9
2#BD95F3
3#BE9BED
4#BEA1E8
5#BFA7E2
6#C0ADDC
7#C1B3D6
8#C2B9D0
9#C3BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8A #BB8AFF | BordersInactive statesPlaceholder text |
| 400 | 974D #974DFF | Disabled statesSecondary iconsMuted text |
| 500 | 791A #791AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E00 #5E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A00 #4A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3500 #350080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2200 #220052 | Primary textHigh emphasis contentDark headings |
| 950 | 1500 #150033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FF;
--plum-100: #EADBFF;
--plum-200: #D8BDFF;
--plum-300: #BB8AFF;
--plum-400: #974DFF;
--plum-500: #791AFF;
--plum-600: #5E00E0;
--plum-700: #4A00B3;
--plum-800: #350080;
--plum-900: #220052;
--plum-950: #150033;
}