Plum
#D296F3
PurpleColor Codes
All color formats for development
HEX
#D296F3RGB
rgb(210, 150, 243)HSL
hsl(279, 79%, 77%)OKLCH
oklch(0.764 0.143 312.9)CMYK
cmyk(14%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C373EF
2#B450EA
3#A52DE6
4#9219D3
5#7915B0
6#61108D
7#490C69
8#310846
9#180423
Tints
Lighter variations
1#D7A1F4
2#DBABF5
3#E0B6F6
4#E4C0F8
5#E9CBF9
6#EDD5FA
7#F2E0FB
8#F6EAFD
9#FBF5FE
Tones
Muted variations
1#D19BEE
2#CF9FE9
3#CEA4E5
4#CDA9E0
5#CBADDC
6#CAB2D7
7#C9B6D2
8#C7BBCE
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D296 #D296F3 | BordersInactive statesPlaceholder text |
| 400 | BB5F #BB5FEC | Disabled statesSecondary iconsMuted text |
| 500 | A732 #A732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B18 #8B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E13 #6E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0D #4F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3209 #320949 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F1DFFB;
--plum-200: #E6C4F8;
--plum-300: #D296F3;
--plum-400: #BB5FEC;
--plum-500: #A732E7;
--plum-600: #8B18C9;
--plum-700: #6E13A0;
--plum-800: #4F0D72;
--plum-900: #320949;
--plum-950: #20052E;
}