Plum
#C798F1
PurpleColor Codes
All color formats for development
HEX
#C798F1RGB
rgb(199, 152, 241)HSL
hsl(272, 76%, 77%)OKLCH
oklch(0.756 0.133 307.7)CMYK
cmyk(17%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B575EC
2#A253E7
3#8F30E3
4#7C1CCF
5#6718AD
6#53138A
7#3E0E68
8#290945
9#150523
Tints
Lighter variations
1#CDA2F2
2#D2ACF4
3#D8B7F5
4#DEC1F7
5#E3CBF8
6#E9D6F9
7#EEE0FB
8#F4EAFC
9#F9F5FE
Tones
Muted variations
1#C79CEC
2#C7A1E8
3#C6A5E4
4#C6AADF
5#C6AEDB
6#C6B3D6
7#C5B7D2
8#C5BBCD
9#C5C0C9
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 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C798 #C798F1 | BordersInactive statesPlaceholder text |
| 400 | AA62 #AA62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9235 #9235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761B #761BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E15 #5E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430F #430F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0A #2B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F2FD;
--plum-100: #EEE0FB;
--plum-200: #E0C5F7;
--plum-300: #C798F1;
--plum-400: #AA62EA;
--plum-500: #9235E3;
--plum-600: #761BC5;
--plum-700: #5E159D;
--plum-800: #430F70;
--plum-900: #2B0A48;
--plum-950: #1B062D;
}