Plum
#C696F3
PurpleColor Codes
All color formats for development
HEX
#C696F3RGB
rgb(198, 150, 243)HSL
hsl(271, 79%, 77%)OKLCH
oklch(0.753 0.139 307.1)CMYK
cmyk(19%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B373EF
2#A050EA
3#8D2DE6
4#7919D3
5#6515B0
6#51108D
7#3C0C69
8#280846
9#140423
Tints
Lighter variations
1#CCA1F4
2#D1ABF5
3#D7B6F6
4#DDC0F8
5#E2CBF9
6#E8D5FA
7#EEE0FB
8#F4EAFD
9#F9F5FE
Tones
Muted variations
1#C69BEE
2#C69FE9
3#C5A4E5
4#C5A9E0
5#C5ADDC
6#C5B2D7
7#C5B6D2
8#C5BBCE
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 | C696 #C696F3 | BordersInactive statesPlaceholder text |
| 400 | A85F #A85FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8F32 #8F32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7318 #7318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C13 #5C13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | 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: #C696F3;
--plum-400: #A85FEC;
--plum-500: #8F32E7;
--plum-600: #7318C9;
--plum-700: #5C13A0;
--plum-800: #410D72;
--plum-900: #2A0949;
--plum-950: #1A052E;
}