Plum
#D39AEF
PurpleColor Codes
All color formats for development
HEX
#D39AEFRGB
rgb(211, 154, 239)HSL
hsl(280, 73%, 77%)OKLCH
oklch(0.77 0.132 314.1)CMYK
cmyk(12%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C478EA
2#B556E5
3#A634DF
4#9220CC
5#7A1BAA
6#621588
7#491066
8#310B44
9#180522
Tints
Lighter variations
1#D7A4F1
2#DBAEF2
3#E0B8F4
4#E4C2F5
5#E9CCF7
6#EDD6F9
7#F2E1FA
8#F6EBFC
9#FBF5FD
Tones
Muted variations
1#D19EEB
2#D0A2E7
3#CEA6E2
4#CDABDE
5#CBAFDA
6#CAB3D5
7#C9B8D1
8#C7BCCD
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C6 #E6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D39A #D39AEF | BordersInactive statesPlaceholder text |
| 400 | BB65 #BB65E7 | Disabled statesSecondary iconsMuted text |
| 500 | A838 #A838E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C1E #8C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F18 #6F189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F11 #4F116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 330B #330B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2007 #20072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F2FD;
--plum-100: #F1E0FA;
--plum-200: #E6C6F6;
--plum-300: #D39AEF;
--plum-400: #BB65E7;
--plum-500: #A838E0;
--plum-600: #8C1EC2;
--plum-700: #6F189A;
--plum-800: #4F116E;
--plum-900: #330B47;
--plum-950: #20072C;
}