Plum
#AE98F1
PurpleColor Codes
All color formats for development
HEX
#AE98F1RGB
rgb(174, 152, 241)HSL
hsl(255, 76%, 77%)OKLCH
oklch(0.734 0.128 294.4)CMYK
cmyk(28%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9375EC
2#7853E7
3#5D30E3
4#491CCF
5#3D18AD
6#31138A
7#250E68
8#180945
9#0C0523
Tints
Lighter variations
1#B6A2F2
2#BEACF4
3#C6B7F5
4#CEC1F7
5#D7CBF8
6#DFD6F9
7#E7E0FB
8#EFEAFC
9#F7F5FE
Tones
Muted variations
1#B09CEC
2#B3A1E8
3#B5A5E4
4#B7AADF
5#B9AEDB
6#BBB3D6
7#BEB7D2
8#C0BBCD
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 #AE98F1 | BordersInactive statesPlaceholder text |
| 400 | 8462 #8462EA | Disabled statesSecondary iconsMuted text |
| 500 | 6135 #6135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461B #461BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3715 #37159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280F #280F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A48 | 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: #AE98F1;
--plum-400: #8462EA;
--plum-500: #6135E3;
--plum-600: #461BC5;
--plum-700: #37159D;
--plum-800: #280F70;
--plum-900: #190A48;
--plum-950: #10062D;
}