Plum
#C890F9
PurpleColor Codes
All color formats for development
HEX
#C890F9RGB
rgb(200, 144, 249)HSL
hsl(272, 90%, 77%)OKLCH
oklch(0.747 0.156 307.6)CMYK
cmyk(20%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B56AF7
2#A345F5
3#9020F3
4#7D0CE0
5#680ABB
6#530895
7#3E0670
8#2A044B
9#150225
Tints
Lighter variations
1#CD9BFA
2#D3A6FA
3#D8B1FB
4#DEBCFB
5#E3C7FC
6#E9D2FD
7#EEDEFD
8#F4E9FE
9#F9F4FE
Tones
Muted variations
1#C895F4
2#C79AEF
3#C79FE9
4#C6A5E4
5#C6AADF
6#C6AFD9
7#C5B5D4
8#C5BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C0 #E0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9325 #9325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770B #770BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F09 #5F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #440679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F0FE;
--plum-100: #EEDDFD;
--plum-200: #E0C0FC;
--plum-300: #C890F9;
--plum-400: #AB55F6;
--plum-500: #9325F4;
--plum-600: #770BD5;
--plum-700: #5F09AA;
--plum-800: #440679;
--plum-900: #2B044E;
--plum-950: #1B0330;
}