Plum
#A497F2
BlueColor Codes
All color formats for development
HEX
#A497F2RGB
rgb(164, 151, 242)HSL
hsl(249, 78%, 77%)OKLCH
oklch(0.724 0.13 289.3)CMYK
cmyk(32%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8674EE
2#6851E9
3#492EE5
4#351AD2
5#2D16AF
6#24118C
7#1B0D69
8#120946
9#090423
Tints
Lighter variations
1#ADA1F3
2#B6ABF5
3#C0B6F6
4#C9C0F7
5#D2CBF9
6#DBD5FA
7#E4E0FB
8#EDEAFC
9#F6F5FE
Tones
Muted variations
1#A89BEE
2#ABA0E9
3#AEA4E4
4#B1A9E0
5#B4ADDB
6#B8B2D7
7#BBB7D2
8#BEBBCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A497 #A497F2 | BordersInactive statesPlaceholder text |
| 400 | 7560 #7560EB | Disabled statesSecondary iconsMuted text |
| 500 | 4E33 #4E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3319 #3319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2914 #29149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0E #1D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | 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: #F3F1FD;
--plum-100: #E3DFFB;
--plum-200: #CCC4F8;
--plum-300: #A497F2;
--plum-400: #7560EB;
--plum-500: #4E33E6;
--plum-600: #3319C8;
--plum-700: #29149F;
--plum-800: #1D0E71;
--plum-900: #130949;
--plum-950: #0C062D;
}