Plum
#CA97F2
PurpleColor Codes
All color formats for development
HEX
#CA97F2RGB
rgb(202, 151, 242)HSL
hsl(274, 78%, 77%)OKLCH
oklch(0.758 0.137 309.2)CMYK
cmyk(17%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B974EE
2#A751E9
3#962EE5
4#821AD2
5#6C16AF
6#57118C
7#410D69
8#2B0946
9#160423
Tints
Lighter variations
1#D0A1F3
2#D5ABF5
3#DAB6F6
4#DFC0F7
5#E5CBF9
6#EAD5FA
7#EFE0FB
8#F4EAFC
9#FAF5FE
Tones
Muted variations
1#CA9BEE
2#C9A0E9
3#C9A4E4
4#C8A9E0
5#C7ADDB
6#C7B2D7
7#C6B7D2
8#C6BBCD
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 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA97 #CA97F2 | BordersInactive statesPlaceholder text |
| 400 | AF60 #AF60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9833 #9833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C19 #7C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6314 #63149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460E #460E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FD;
--plum-100: #EFDFFB;
--plum-200: #E1C4F8;
--plum-300: #CA97F2;
--plum-400: #AF60EB;
--plum-500: #9833E6;
--plum-600: #7C19C8;
--plum-700: #63149F;
--plum-800: #460E71;
--plum-900: #2D0949;
--plum-950: #1C062D;
}