Plum
#AE91F8
PurpleColor Codes
All color formats for development
HEX
#AE91F8RGB
rgb(174, 145, 248)HSL
hsl(257, 88%, 77%)OKLCH
oklch(0.725 0.148 295.4)CMYK
cmyk(30%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#936CF6
2#7847F3
3#5D22F1
4#490EDD
5#3D0CB9
6#310994
7#24076F
8#18054A
9#0C0225
Tints
Lighter variations
1#B69CF9
2#BEA7F9
3#C6B2FA
4#CEBDFB
5#D6C8FB
6#DFD3FC
7#E7DEFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B096F3
2#B29BEE
3#B5A0E8
4#B7A5E3
5#B9ABDE
6#BBB0D9
7#BEB5D4
8#C0BACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C1 #D1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE91 #AE91F8 | BordersInactive statesPlaceholder text |
| 400 | 8457 #8457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6027 #6027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450D #450DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370B #370BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2708 #270878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1905 #19054D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E6DDFD;
--plum-200: #D1C1FB;
--plum-300: #AE91F8;
--plum-400: #8457F4;
--plum-500: #6027F1;
--plum-600: #450DD3;
--plum-700: #370BA8;
--plum-800: #270878;
--plum-900: #19054D;
--plum-950: #100330;
}