Plum
#AE94F4
PurpleColor Codes
All color formats for development
HEX
#AE94F4RGB
rgb(174, 148, 244)HSL
hsl(256, 81%, 77%)OKLCH
oklch(0.728 0.138 295.2)CMYK
cmyk(29%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9371F0
2#784EEC
3#5D2AE9
4#4916D5
5#3D13B2
6#310F8E
7#250B6B
8#180747
9#0C0424
Tints
Lighter variations
1#B69FF5
2#BEAAF6
3#C6B5F7
4#CFBFF8
5#D7CAF9
6#DFD5FB
7#E7DFFC
8#EFEAFD
9#F7F4FE
Tones
Muted variations
1#B09AEF
2#B39EEA
3#B5A3E6
4#B7A8E1
5#B9ADDC
6#BBB1D7
7#BEB6D3
8#C0BBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F4 | BordersInactive statesPlaceholder text |
| 400 | 845D #845DEE | Disabled statesSecondary iconsMuted text |
| 500 | 612F #612FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4615 #4615CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3811 #3811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280C #280C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1908 #19084A | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E6DFFC;
--plum-200: #D1C3F9;
--plum-300: #AE95F4;
--plum-400: #845DEE;
--plum-500: #612FE9;
--plum-600: #4615CB;
--plum-700: #3811A2;
--plum-800: #280C73;
--plum-900: #19084A;
--plum-950: #10052E;
}