Plum
#A798F0
BlueColor Codes
All color formats for development
HEX
#A798F0RGB
rgb(167, 152, 240)HSL
hsl(250, 75%, 77%)OKLCH
oklch(0.727 0.126 290.7)CMYK
cmyk(30%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A76EB
2#6C54E7
3#4F31E2
4#3B1DCE
5#3119AC
6#271489
7#1D0F67
8#140A45
9#0A0522
Tints
Lighter variations
1#B0A3F2
2#B9ADF3
3#C1B7F5
4#CAC1F6
5#D3CCF8
6#DCD6F9
7#E5E0FB
8#EDEAFC
9#F6F5FE
Tones
Muted variations
1#AA9DEC
2#ADA1E8
3#B0A6E3
4#B3AADF
5#B6AEDA
6#B9B3D6
7#BCB7D2
8#BEBCCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F0 | BordersInactive statesPlaceholder text |
| 400 | 7963 #7963E9 | Disabled statesSecondary iconsMuted text |
| 500 | 5336 #5336E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 381C #381CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D16 #2D169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2010 #201070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A47 | 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: #F4F2FD;
--plum-100: #E4E0FB;
--plum-200: #CDC5F7;
--plum-300: #A798F0;
--plum-400: #7963E9;
--plum-500: #5336E2;
--plum-600: #381CC4;
--plum-700: #2D169C;
--plum-800: #201070;
--plum-900: #140A47;
--plum-950: #0D062D;
}