Plum
#A18DFB
BlueColor Codes
All color formats for development
HEX
#A18DFBRGB
rgb(161, 141, 251)HSL
hsl(251, 93%, 77%)OKLCH
oklch(0.708 0.157 290.1)CMYK
cmyk(36%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8368FA
2#6342F8
3#441CF7
4#3008E3
5#2807BD
6#200598
7#180472
8#10034C
9#080126
Tints
Lighter variations
1#AB99FB
2#B4A4FC
3#BEB0FC
4#C7BBFD
5#D0C6FD
6#DAD2FD
7#E3DDFE
8#ECE8FE
9#F6F4FF
Tones
Muted variations
1#A593F5
2#A999F0
3#AC9EEB
4#B0A4E5
5#B3A9E0
6#B7AFDA
7#BAB4D5
8#BDB9CF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFB | BordersInactive statesPlaceholder text |
| 400 | 7153 #7153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4922 #4922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E08 #2E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2506 #2506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E3DDFE;
--plum-200: #CABFFD;
--plum-300: #A28EFB;
--plum-400: #7153F9;
--plum-500: #4922F7;
--plum-600: #2E08D9;
--plum-700: #2506AC;
--plum-800: #1A047B;
--plum-900: #11034F;
--plum-950: #0A0231;
}