Plum
#A797F2
BlueColor Codes
All color formats for development
HEX
#A797F2RGB
rgb(167, 151, 242)HSL
hsl(251, 78%, 77%)OKLCH
oklch(0.726 0.13 290.9)CMYK
cmyk(31%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A74EE
2#6D51E9
3#4F2EE5
4#3C1AD2
5#3216AF
6#28118C
7#1E0D69
8#140946
9#0A0423
Tints
Lighter variations
1#B0A1F3
2#B9ABF5
3#C2B6F6
4#CAC0F7
5#D3CBF9
6#DCD5FA
7#E5E0FB
8#EDEAFC
9#F6F5FE
Tones
Muted variations
1#AA9BEE
2#ADA0E9
3#B0A4E4
4#B3A9E0
5#B6ADDB
6#B9B2D7
7#BCB7D2
8#BFBBCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A797 #A797F2 | BordersInactive statesPlaceholder text |
| 400 | 7A60 #7A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5433 #5433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3919 #3919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D14 #2D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200E #200E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150949 | 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: #F4F1FD;
--plum-100: #E4DFFB;
--plum-200: #CDC4F8;
--plum-300: #A797F2;
--plum-400: #7A60EB;
--plum-500: #5433E6;
--plum-600: #3919C8;
--plum-700: #2D149F;
--plum-800: #200E71;
--plum-900: #150949;
--plum-950: #0D062D;
}