Plum
#B58AFF
PurpleColor Codes
All color formats for development
HEX
#B58AFFRGB
rgb(181, 138, 255)HSL
hsl(262, 100%, 77%)OKLCH
oklch(0.722 0.169 299.1)CMYK
cmyk(29%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C62FF
2#833BFF
3#6A14FF
4#5600EC
5#4800C4
6#3A009D
7#2B0076
8#1D004F
9#0E0027
Tints
Lighter variations
1#BC95FF
2#C4A1FF
3#CBADFF
4#D2B9FF
5#DAC4FF
6#E1D0FF
7#E9DCFF
8#F0E8FF
9#F8F3FF
Tones
Muted variations
1#B690F9
2#B895F3
3#B99BED
4#BBA1E8
5#BDA7E2
6#BEADDC
7#C0B3D6
8#C1B9D0
9#C3BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BD #D5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B58A #B58AFF | BordersInactive statesPlaceholder text |
| 400 | 8E4D #8E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6E1A #6E1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5200 #5200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4100 #4100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F00 #2F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E00 #1E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1300 #130033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FF;
--plum-100: #E8DBFF;
--plum-200: #D5BDFF;
--plum-300: #B58AFF;
--plum-400: #8E4DFF;
--plum-500: #6E1AFF;
--plum-600: #5200E0;
--plum-700: #4100B3;
--plum-800: #2F0080;
--plum-900: #1E0052;
--plum-950: #130033;
}