Plum
#AE8DFB
PurpleColor Codes
All color formats for development
HEX
#AE8DFBRGB
rgb(174, 141, 251)HSL
hsl(258, 93%, 77%)OKLCH
oklch(0.719 0.158 296)CMYK
cmyk(31%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9468FA
2#7942F8
3#5E1CF7
4#4A08E3
5#3E07BD
6#310598
7#250472
8#19034C
9#0C0126
Tints
Lighter variations
1#B799FB
2#BFA4FC
3#C7B0FC
4#CFBBFD
5#D7C6FD
6#DFD2FD
7#E7DDFE
8#EFE8FE
9#F7F4FF
Tones
Muted variations
1#B193F5
2#B399F0
3#B59EEB
4#B7A4E5
5#B9A9E0
6#BCAFDA
7#BEB4D5
8#C0B9CF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFB | BordersInactive statesPlaceholder text |
| 400 | 8553 #8553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6222 #6222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4608 #4608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3806 #3806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FE;
--plum-100: #E7DDFE;
--plum-200: #D2BFFD;
--plum-300: #AF8EFB;
--plum-400: #8553F9;
--plum-500: #6222F7;
--plum-600: #4608D9;
--plum-700: #3806AC;
--plum-800: #28047B;
--plum-900: #1A034F;
--plum-950: #100231;
}