Plum
#D092F7
PurpleColor Codes
All color formats for development
HEX
#D092F7RGB
rgb(208, 146, 247)HSL
hsl(277, 86%, 77%)OKLCH
oklch(0.758 0.154 311.4)CMYK
cmyk(16%, 41%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C06DF4
2#B149F1
3#A124EF
4#8D10DB
5#760EB7
6#5E0B92
7#47086E
8#2F0549
9#180325
Tints
Lighter variations
1#D59DF8
2#D9A8F8
3#DEB3F9
4#E3BEFA
5#E8C8FB
6#ECD3FC
7#F1DEFD
8#F6E9FD
9#FAF4FE
Tones
Muted variations
1#CF97F2
2#CE9CED
3#CDA1E8
4#CBA6E3
5#CAABDE
6#C9B0D9
7#C8B5D3
8#C7BACE
9#C6BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D092 #D092F7 | BordersInactive statesPlaceholder text |
| 400 | B859 #B859F3 | Disabled statesSecondary iconsMuted text |
| 500 | A32A #A32AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8710 #8710D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0C #6B0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D09 #4D0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3106 #31064C | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FE;
--plum-100: #F1DEFD;
--plum-200: #E5C1FA;
--plum-300: #D092F7;
--plum-400: #B859F3;
--plum-500: #A32AEF;
--plum-600: #8710D1;
--plum-700: #6B0CA6;
--plum-800: #4D0977;
--plum-900: #31064C;
--plum-950: #1F042F;
}