Plum
#A598F1
BlueColor Codes
All color formats for development
HEX
#A598F1RGB
rgb(165, 152, 241)HSL
hsl(249, 76%, 77%)OKLCH
oklch(0.726 0.128 289.5)CMYK
cmyk(32%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8775EC
2#6953E7
3#4B30E3
4#371CCF
5#2E18AD
6#25138A
7#1C0E68
8#120945
9#090523
Tints
Lighter variations
1#AEA2F2
2#B7ACF4
3#C0B7F5
4#C9C1F7
5#D2CBF8
6#DBD6F9
7#E4E0FB
8#EDEAFC
9#F6F5FE
Tones
Muted variations
1#A89CEC
2#ABA1E8
3#AFA5E4
4#B2AADF
5#B5AEDB
6#B8B3D6
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 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC5 #CCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A598 #A598F1 | BordersInactive statesPlaceholder text |
| 400 | 7662 #7662EA | Disabled statesSecondary iconsMuted text |
| 500 | 4F35 #4F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 351B #351BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A15 #2A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0F #1E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 130A #130A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F2FD;
--plum-100: #E4E0FB;
--plum-200: #CCC5F7;
--plum-300: #A598F1;
--plum-400: #7662EA;
--plum-500: #4F35E3;
--plum-600: #351BC5;
--plum-700: #2A159D;
--plum-800: #1E0F70;
--plum-900: #130A48;
--plum-950: #0C062D;
}