Plum
#C88EFA
PurpleColor Codes
All color formats for development
HEX
#C88EFARGB
rgb(200, 142, 250)HSL
hsl(272, 92%, 77%)OKLCH
oklch(0.745 0.161 307.7)CMYK
cmyk(20%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B669F9
2#A343F7
3#911DF6
4#7D09E2
5#6808BC
6#530697
7#3F0571
8#2A034B
9#150226
Tints
Lighter variations
1#CD9AFB
2#D3A5FB
3#D8B0FC
4#DEBBFC
5#E3C7FD
6#E9D2FD
7#EEDDFE
8#F4E8FE
9#F9F4FF
Tones
Muted variations
1#C894F5
2#C799F0
3#C79FEA
4#C7A4E5
5#C6A9DF
6#C6AFDA
7#C5B4D5
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 #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFA | BordersInactive statesPlaceholder text |
| 400 | AB54 #AB54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9323 #9323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7709 #7709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F07 #5F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4405 #44057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F0FE;
--plum-100: #EEDDFE;
--plum-200: #E0BFFC;
--plum-300: #C88EFA;
--plum-400: #AB54F8;
--plum-500: #9323F6;
--plum-600: #7709D7;
--plum-700: #5F07AB;
--plum-800: #44057A;
--plum-900: #2B034E;
--plum-950: #1B0231;
}