Plum
#CD9AEF
PurpleColor Codes
All color formats for development
HEX
#CD9AEFRGB
rgb(205, 154, 239)HSL
hsl(276, 73%, 77%)OKLCH
oklch(0.765 0.13 311.1)CMYK
cmyk(14%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC78EA
2#AB56E5
3#9B34DF
4#8720CC
5#711BAA
6#5A1588
7#441066
8#2D0B44
9#170522
Tints
Lighter variations
1#D2A4F1
2#D7AEF2
3#DCB8F4
4#E1C2F5
5#E6CCF7
6#EBD6F9
7#F0E1FA
8#F5EBFC
9#FAF5FD
Tones
Muted variations
1#CC9EEB
2#CBA2E7
3#CAA6E2
4#C9ABDE
5#C9AFDA
6#C8B3D5
7#C7B8D1
8#C6BCCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C6 #E3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD9A #CD9AEF | BordersInactive statesPlaceholder text |
| 400 | B365 #B365E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9D38 #9D38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811E #811EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6618 #66189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4911 #49116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0B #2F0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D07 #1D072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F2FD;
--plum-100: #F0E0FA;
--plum-200: #E3C6F6;
--plum-300: #CD9AEF;
--plum-400: #B365E7;
--plum-500: #9D38E0;
--plum-600: #811EC2;
--plum-700: #66189A;
--plum-800: #49116E;
--plum-900: #2F0B47;
--plum-950: #1D072C;
}