Plum
#A38CFD
BlueColor Codes
All color formats for development
HEX
#A38CFDRGB
rgb(163, 140, 253)HSL
hsl(252, 97%, 77%)OKLCH
oklch(0.709 0.161 291.1)CMYK
cmyk(36%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8365FD
2#643EFC
3#4517FB
4#3104E8
5#2903C1
6#21029B
7#190274
8#10014D
9#080127
Tints
Lighter variations
1#AB97FD
2#B5A3FE
3#BEAEFE
4#C7BAFE
5#D1C5FE
6#DAD1FE
7#E3DCFE
8#ECE8FF
9#F6F3FF
Tones
Muted variations
1#A691F8
2#A997F2
3#AC9DEC
4#B0A2E6
5#B3A8E1
6#B7AEDB
7#BAB3D5
8#BEB9D0
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBE #CBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFD | BordersInactive statesPlaceholder text |
| 400 | 724F #724FFC | Disabled statesSecondary iconsMuted text |
| 500 | 491D #491DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F03 #2F03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2503 #2503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B02 #1B027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110150 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E3DCFE;
--plum-200: #CBBEFE;
--plum-300: #A28BFD;
--plum-400: #724FFC;
--plum-500: #491DFC;
--plum-600: #2F03DD;
--plum-700: #2503B0;
--plum-800: #1B027E;
--plum-900: #110150;
--plum-950: #0B0132;
}