Plum
#A491F8
BlueColor Codes
All color formats for development
HEX
#A491F8RGB
rgb(164, 145, 248)HSL
hsl(251, 88%, 77%)OKLCH
oklch(0.716 0.147 290.7)CMYK
cmyk(34%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#856CF6
2#6747F3
3#4822F1
4#340EDD
5#2B0CB9
6#230994
7#1A076F
8#11054A
9#090225
Tints
Lighter variations
1#AD9CF9
2#B6A7F9
3#BFB2FA
4#C8BDFB
5#D1C8FB
6#DAD3FC
7#E4DEFD
8#EDE9FE
9#F6F4FE
Tones
Muted variations
1#A796F3
2#AA9BEE
3#ADA0E8
4#B1A5E3
5#B4ABDE
6#B7B0D9
7#BBB5D4
8#BEBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC1 #CBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A491 #A491F8 | BordersInactive statesPlaceholder text |
| 400 | 7457 #7457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4C27 #4C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 320D #320DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280B #280BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C08 #1C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1205 #12054D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F1FE;
--plum-100: #E3DDFD;
--plum-200: #CBC1FB;
--plum-300: #A491F8;
--plum-400: #7457F4;
--plum-500: #4C27F1;
--plum-600: #320DD3;
--plum-700: #280BA8;
--plum-800: #1C0878;
--plum-900: #12054D;
--plum-950: #0B0330;
}