Plum
#D291F8
PurpleColor Codes
All color formats for development
HEX
#D291F8RGB
rgb(210, 145, 248)HSL
hsl(278, 88%, 77%)OKLCH
oklch(0.759 0.157 312.1)CMYK
cmyk(15%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C36CF6
2#B447F3
3#A522F1
4#910EDD
5#790CB9
6#610994
7#49076F
8#30054A
9#180225
Tints
Lighter variations
1#D79CF9
2#DBA7F9
3#E0B2FA
4#E4BDFB
5#E9C8FB
6#EDD3FC
7#F2DEFD
8#F6E9FE
9#FBF4FE
Tones
Muted variations
1#D196F3
2#CF9BEE
3#CEA0E8
4#CDA5E3
5#CBABDE
6#CAB0D9
7#C8B5D4
8#C7BACF
9#C6BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C1 #E6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D291 #D291F8 | BordersInactive statesPlaceholder text |
| 400 | BB57 #BB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | A727 #A727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0D #8B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0B #6E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F08 #4F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3205 #32054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FE;
--plum-100: #F1DDFD;
--plum-200: #E6C1FB;
--plum-300: #D291F8;
--plum-400: #BB57F4;
--plum-500: #A727F1;
--plum-600: #8B0DD3;
--plum-700: #6E0BA8;
--plum-800: #4F0878;
--plum-900: #32054D;
--plum-950: #1F0330;
}