Plum
#B28CFD
PurpleColor Codes
All color formats for development
HEX
#B28CFDRGB
rgb(178, 140, 253)HSL
hsl(260, 97%, 77%)OKLCH
oklch(0.722 0.163 297.7)CMYK
cmyk(30%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9765FD
2#7D3EFC
3#6317FB
4#5004E8
5#4203C1
6#35029B
7#280274
8#1B014D
9#0D0127
Tints
Lighter variations
1#B997FD
2#C1A3FE
3#C9AEFE
4#D0BAFE
5#D8C5FE
6#E0D1FE
7#E8DCFE
8#EFE8FF
9#F7F3FF
Tones
Muted variations
1#B391F8
2#B597F2
3#B79DEC
4#B9A2E6
5#BBA8E1
6#BDAEDB
7#BFB3D5
8#C1B9D0
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BE #D3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B18B #B18BFD | BordersInactive statesPlaceholder text |
| 400 | 894F #894FFC | Disabled statesSecondary iconsMuted text |
| 500 | 671D #671DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C03 #4C03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C03 #3C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B02 #2B027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C01 #1C0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FF;
--plum-100: #E7DCFE;
--plum-200: #D3BEFE;
--plum-300: #B18BFD;
--plum-400: #894FFC;
--plum-500: #671DFC;
--plum-600: #4C03DD;
--plum-700: #3C03B0;
--plum-800: #2B027E;
--plum-900: #1C0150;
--plum-950: #110132;
}