Plum
#A798F1
BlueColor Codes
All color formats for development
HEX
#A798F1RGB
rgb(167, 152, 241)HSL
hsl(250, 76%, 77%)OKLCH
oklch(0.728 0.128 290.6)CMYK
cmyk(31%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8975EC
2#6B53E7
3#4E30E3
4#3A1CCF
5#3018AD
6#27138A
7#1D0E68
8#130945
9#0A0523
Tints
Lighter variations
1#AFA2F2
2#B8ACF4
3#C1B7F5
4#CAC1F7
5#D3CBF8
6#DCD6F9
7#E4E0FB
8#EDEAFC
9#F6F5FE
Tones
Muted variations
1#AA9CEC
2#ADA1E8
3#B0A5E4
4#B3AADF
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 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F1 | BordersInactive statesPlaceholder text |
| 400 | 7962 #7962EA | Disabled statesSecondary iconsMuted text |
| 500 | 5235 #5235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 371B #371BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C15 #2C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0F #1F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F2FD;
--plum-100: #E4E0FB;
--plum-200: #CDC5F7;
--plum-300: #A798F1;
--plum-400: #7962EA;
--plum-500: #5235E3;
--plum-600: #371BC5;
--plum-700: #2C159D;
--plum-800: #1F0F70;
--plum-900: #140A48;
--plum-950: #0D062D;
}