Plum
#AE98F0
PurpleColor Codes
All color formats for development
HEX
#AE98F0RGB
rgb(174, 152, 240)HSL
hsl(255, 75%, 77%)OKLCH
oklch(0.733 0.127 294.6)CMYK
cmyk(27%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9376EB
2#7854E7
3#5D31E2
4#4A1DCE
5#3D19AC
6#311489
7#250F67
8#190A45
9#0C0522
Tints
Lighter variations
1#B6A3F2
2#BEADF3
3#C7B7F5
4#CFC1F6
5#D7CCF8
6#DFD6F9
7#E7E0FB
8#EFEAFC
9#F7F5FE
Tones
Muted variations
1#B19DEC
2#B3A1E8
3#B5A6E3
4#B7AADF
5#B9AEDA
6#BCB3D6
7#BEB7D2
8#C0BCCD
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F0 | BordersInactive statesPlaceholder text |
| 400 | 8463 #8463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 6136 #6136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461C #461CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3816 #38169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2810 #281070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F2FD;
--plum-100: #E6E0FB;
--plum-200: #D1C5F7;
--plum-300: #AE98F0;
--plum-400: #8463E9;
--plum-500: #6136E2;
--plum-600: #461CC4;
--plum-700: #38169C;
--plum-800: #281070;
--plum-900: #190A47;
--plum-950: #10062D;
}