Plum
#C88DFB
PurpleColor Codes
All color formats for development
HEX
#C88DFBRGB
rgb(200, 141, 251)HSL
hsl(272, 93%, 77%)OKLCH
oklch(0.744 0.164 307.6)CMYK
cmyk(20%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B668FA
2#A342F8
3#911CF7
4#7D08E3
5#6807BD
6#530598
7#3F0472
8#2A034C
9#150126
Tints
Lighter variations
1#CD99FB
2#D3A4FC
3#D8B0FC
4#DEBBFD
5#E3C6FD
6#E9D2FD
7#EEDDFE
8#F4E8FE
9#F9F4FF
Tones
Muted variations
1#C893F5
2#C799F0
3#C79EEB
4#C7A4E5
5#C6A9E0
6#C6AFDA
7#C5B4D5
8#C5B9CF
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 #E0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFB | BordersInactive statesPlaceholder text |
| 400 | AB53 #AB53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9322 #9322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7708 #7708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F06 #5F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4404 #44047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034F | 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: #E0BFFD;
--plum-300: #C88EFB;
--plum-400: #AB53F9;
--plum-500: #9322F7;
--plum-600: #7708D9;
--plum-700: #5F06AC;
--plum-800: #44047B;
--plum-900: #2B034F;
--plum-950: #1B0231;
}