Plum
#C997F2
PurpleColor Codes
All color formats for development
HEX
#C997F2RGB
rgb(201, 151, 242)HSL
hsl(273, 78%, 77%)OKLCH
oklch(0.757 0.137 308.7)CMYK
cmyk(17%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B774EE
2#A551E9
3#932EE5
4#7F1AD2
5#6A16AF
6#55118C
7#3F0D69
8#2A0946
9#150423
Tints
Lighter variations
1#CEA1F3
2#D4ABF5
3#D9B6F6
4#DFC0F7
5#E4CBF9
6#E9D5FA
7#EFE0FB
8#F4EAFC
9#FAF5FE
Tones
Muted variations
1#C89BEE
2#C8A0E9
3#C8A4E4
4#C7A9E0
5#C7ADDB
6#C6B2D7
7#C6B7D2
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 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD60 #AD60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9533 #9533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7919 #7919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6014 #60149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450E #450E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0949 | 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: #F8F1FD;
--plum-100: #EFDFFB;
--plum-200: #E0C4F8;
--plum-300: #C997F2;
--plum-400: #AD60EB;
--plum-500: #9533E6;
--plum-600: #7919C8;
--plum-700: #60149F;
--plum-800: #450E71;
--plum-900: #2C0949;
--plum-950: #1B062D;
}