Plum
#A498F1
BlueColor Codes
All color formats for development
HEX
#A498F1RGB
rgb(164, 152, 241)HSL
hsl(248, 76%, 77%)OKLCH
oklch(0.725 0.128 289)CMYK
cmyk(32%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8575EC
2#6753E7
3#4830E3
4#341CCF
5#2B18AD
6#23138A
7#1A0E68
8#110945
9#090523
Tints
Lighter variations
1#ADA2F2
2#B6ACF4
3#BFB7F5
4#C8C1F7
5#D1CBF8
6#DAD6F9
7#E4E0FB
8#EDEAFC
9#F6F5FE
Tones
Muted variations
1#A79CEC
2#AAA1E8
3#ADA5E4
4#B1AADF
5#B4AEDB
6#B7B3D6
7#BBB7D2
8#BEBBCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A498 #A498F1 | BordersInactive statesPlaceholder text |
| 400 | 7462 #7462EA | Disabled statesSecondary iconsMuted text |
| 500 | 4C35 #4C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 321B #321BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2815 #28159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0F #1C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 120A #120A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F2FD;
--plum-100: #E3E0FB;
--plum-200: #CBC5F7;
--plum-300: #A498F1;
--plum-400: #7462EA;
--plum-500: #4C35E3;
--plum-600: #321BC5;
--plum-700: #28159D;
--plum-800: #1C0F70;
--plum-900: #120A48;
--plum-950: #0B062D;
}