Plum
#C697F2
PurpleColor Codes
All color formats for development
HEX
#C697F2RGB
rgb(198, 151, 242)HSL
hsl(271, 78%, 77%)OKLCH
oklch(0.754 0.136 307.2)CMYK
cmyk(18%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B374EE
2#A051E9
3#8D2EE5
4#791AD2
5#6516AF
6#51118C
7#3C0D69
8#280946
9#140423
Tints
Lighter variations
1#CCA1F3
2#D1ABF5
3#D7B6F6
4#DDC0F7
5#E2CBF9
6#E8D5FA
7#EEE0FB
8#F4EAFC
9#F9F5FE
Tones
Muted variations
1#C69BEE
2#C6A0E9
3#C5A4E4
4#C5A9E0
5#C5ADDB
6#C5B2D7
7#C5B7D2
8#C5BBCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A860 #A860EB | Disabled statesSecondary iconsMuted text |
| 500 | 8F33 #8F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7319 #7319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C14 #5C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410E #410E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FD;
--plum-100: #EEDFFB;
--plum-200: #DFC4F8;
--plum-300: #C697F2;
--plum-400: #A860EB;
--plum-500: #8F33E6;
--plum-600: #7319C8;
--plum-700: #5C149F;
--plum-800: #410E71;
--plum-900: #2A0949;
--plum-950: #1A062D;
}