Plum
#CA98F1
PurpleColor Codes
All color formats for development
HEX
#CA98F1RGB
rgb(202, 152, 241)HSL
hsl(274, 76%, 77%)OKLCH
oklch(0.759 0.134 309.3)CMYK
cmyk(16%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B975EC
2#A753E7
3#9530E3
4#821CCF
5#6C18AD
6#56138A
7#410E68
8#2B0945
9#160523
Tints
Lighter variations
1#D0A2F2
2#D5ACF4
3#DAB7F5
4#DFC1F7
5#E5CBF8
6#EAD6F9
7#EFE0FB
8#F4EAFC
9#FAF5FE
Tones
Muted variations
1#CA9CEC
2#C9A1E8
3#C9A5E4
4#C8AADF
5#C7AEDB
6#C7B3D6
7#C6B7D2
8#C6BBCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C5 #E1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA98 #CA98F1 | BordersInactive statesPlaceholder text |
| 400 | AF62 #AF62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9835 #9835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C1B #7C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6215 #62159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460F #460F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D0A #2D0A48 | 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: #F8F2FD;
--plum-100: #EFE0FB;
--plum-200: #E1C5F7;
--plum-300: #CA98F1;
--plum-400: #AF62EA;
--plum-500: #9835E3;
--plum-600: #7C1BC5;
--plum-700: #62159D;
--plum-800: #460F70;
--plum-900: #2D0A48;
--plum-950: #1C062D;
}