Plum
#C996F3
PurpleColor Codes
All color formats for development
HEX
#C996F3RGB
rgb(201, 150, 243)HSL
hsl(273, 79%, 77%)OKLCH
oklch(0.756 0.14 308.6)CMYK
cmyk(17%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B773EF
2#A550EA
3#932DE6
4#7F19D3
5#6A15B0
6#55108D
7#400C69
8#2A0846
9#150423
Tints
Lighter variations
1#CEA1F4
2#D4ABF5
3#D9B6F6
4#DFC0F8
5#E4CBF9
6#E9D5FA
7#EFE0FB
8#F4EAFD
9#FAF5FE
Tones
Muted variations
1#C99BEE
2#C89FE9
3#C8A4E5
4#C7A9E0
5#C7ADDC
6#C6B2D7
7#C6B6D2
8#C5BBCE
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 | C996 #C996F3 | BordersInactive statesPlaceholder text |
| 400 | AD5F #AD5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9532 #9532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7918 #7918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6013 #6013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450D #450D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | 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: #C996F3;
--plum-400: #AD5FEC;
--plum-500: #9532E7;
--plum-600: #7918C9;
--plum-700: #6013A0;
--plum-800: #450D72;
--plum-900: #2C0949;
--plum-950: #1C052E;
}