Plum
#CD97F2
PurpleColor Codes
All color formats for development
HEX
#CD97F2RGB
rgb(205, 151, 242)HSL
hsl(276, 78%, 77%)OKLCH
oklch(0.761 0.138 310.7)CMYK
cmyk(15%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD74EE
2#AC51E9
3#9C2EE5
4#881AD2
5#7116AF
6#5B118C
7#440D69
8#2D0946
9#170423
Tints
Lighter variations
1#D2A1F3
2#D7ABF5
3#DCB6F6
4#E1C0F7
5#E6CBF9
6#EBD5FA
7#F0E0FB
8#F5EAFC
9#FAF5FE
Tones
Muted variations
1#CD9BEE
2#CCA0E9
3#CBA4E4
4#CAA9E0
5#C9ADDB
6#C8B2D7
7#C7B7D2
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 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B460 #B460EB | Disabled statesSecondary iconsMuted text |
| 500 | 9E33 #9E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8219 #8219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6714 #67149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0E #4A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F0DFFB;
--plum-200: #E3C4F8;
--plum-300: #CD97F2;
--plum-400: #B460EB;
--plum-500: #9E33E6;
--plum-600: #8219C8;
--plum-700: #67149F;
--plum-800: #4A0E71;
--plum-900: #2F0949;
--plum-950: #1D062D;
}