Plum
#C698F1
PurpleColor Codes
All color formats for development
HEX
#C698F1RGB
rgb(198, 152, 241)HSL
hsl(271, 76%, 77%)OKLCH
oklch(0.755 0.133 307.2)CMYK
cmyk(18%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B375EC
2#A053E7
3#8C30E3
4#791CCF
5#6518AD
6#51138A
7#3C0E68
8#280945
9#140523
Tints
Lighter variations
1#CCA2F2
2#D1ACF4
3#D7B7F5
4#DDC1F7
5#E2CBF8
6#E8D6F9
7#EEE0FB
8#F4EAFC
9#F9F5FE
Tones
Muted variations
1#C69CEC
2#C6A1E8
3#C5A5E4
4#C5AADF
5#C5AEDB
6#C5B3D6
7#C5B7D2
8#C5BBCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC5 #DFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C698 #C698F1 | BordersInactive statesPlaceholder text |
| 400 | A862 #A862EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F35 #8F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731B #731BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0A #2A0A48 | 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: #F8F2FD;
--plum-100: #EEE0FB;
--plum-200: #DFC5F7;
--plum-300: #C698F1;
--plum-400: #A862EA;
--plum-500: #8F35E3;
--plum-600: #731BC5;
--plum-700: #5C159D;
--plum-800: #410F70;
--plum-900: #2A0A48;
--plum-950: #1A062D;
}