Plum
#C99AEF
PurpleColor Codes
All color formats for development
HEX
#C99AEFRGB
rgb(201, 154, 239)HSL
hsl(273, 73%, 77%)OKLCH
oklch(0.761 0.128 309)CMYK
cmyk(16%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B678EA
2#A456E5
3#9234DF
4#7E20CC
5#691BAA
6#541588
7#3F1066
8#2A0B44
9#150522
Tints
Lighter variations
1#CEA4F1
2#D4AEF2
3#D9B8F4
4#DEC2F5
5#E4CCF7
6#E9D6F9
7#EFE1FA
8#F4EBFC
9#FAF5FD
Tones
Muted variations
1#C89EEB
2#C8A2E7
3#C7A6E2
4#C7ABDE
5#C6AFDA
6#C6B3D5
7#C6B8D1
8#C5BCCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C6 #E0C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C99A #C99AEF | BordersInactive statesPlaceholder text |
| 400 | AC65 #AC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9538 #9538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 781E #781EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6018 #60189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4411 #44116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0B #2C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F2FD;
--plum-100: #EEE0FA;
--plum-200: #E0C6F6;
--plum-300: #C99AEF;
--plum-400: #AC65E7;
--plum-500: #9538E0;
--plum-600: #781EC2;
--plum-700: #60189A;
--plum-800: #44116E;
--plum-900: #2C0B47;
--plum-950: #1B072C;
}