Plum
#CF97F2
PurpleColor Codes
All color formats for development
HEX
#CF97F2RGB
rgb(207, 151, 242)HSL
hsl(277, 78%, 77%)OKLCH
oklch(0.763 0.139 311.6)CMYK
cmyk(14%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF74EE
2#AF51E9
3#9F2EE5
4#8B1AD2
5#7416AF
6#5D118C
7#460D69
8#2E0946
9#170423
Tints
Lighter variations
1#D4A1F3
2#D9ABF5
3#DDB6F6
4#E2C0F7
5#E7CBF9
6#ECD5FA
7#F1E0FB
8#F5EAFC
9#FAF5FE
Tones
Muted variations
1#CE9BEE
2#CDA0E9
3#CCA4E4
4#CBA9E0
5#CAADDB
6#C9B2D7
7#C8B7D2
8#C6BBCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF97 #CF97F2 | BordersInactive statesPlaceholder text |
| 400 | B660 #B660EB | Disabled statesSecondary iconsMuted text |
| 500 | A133 #A133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8519 #8519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6914 #69149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0E #4B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E06 #1E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F0DFFB;
--plum-200: #E4C4F8;
--plum-300: #CF97F2;
--plum-400: #B660EB;
--plum-500: #A133E6;
--plum-600: #8519C8;
--plum-700: #69149F;
--plum-800: #4B0E71;
--plum-900: #300949;
--plum-950: #1E062D;
}