Plum
#C79AEF
PurpleColor Codes
All color formats for development
HEX
#C79AEFRGB
rgb(199, 154, 239)HSL
hsl(272, 73%, 77%)OKLCH
oklch(0.759 0.127 307.9)CMYK
cmyk(17%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B578EA
2#A256E5
3#8F34DF
4#7C20CC
5#671BAA
6#521588
7#3E1066
8#290B44
9#150522
Tints
Lighter variations
1#CDA4F1
2#D2AEF2
3#D8B8F4
4#DEC2F5
5#E3CCF7
6#E9D6F9
7#EEE1FA
8#F4EBFC
9#F9F5FD
Tones
Muted variations
1#C79EEB
2#C7A2E7
3#C6A6E2
4#C6ABDE
5#C6AFDA
6#C5B3D5
7#C5B8D1
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 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C79A #C79AEF | BordersInactive statesPlaceholder text |
| 400 | AA65 #AA65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9238 #9238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761E #761EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E18 #5E189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4311 #43116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B47 | 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: #DFC6F6;
--plum-300: #C79AEF;
--plum-400: #AA65E7;
--plum-500: #9238E0;
--plum-600: #761EC2;
--plum-700: #5E189A;
--plum-800: #43116E;
--plum-900: #2B0B47;
--plum-950: #1B072C;
}