Plum
#C88FFA
PurpleColor Codes
All color formats for development
HEX
#C88FFARGB
rgb(200, 143, 250)HSL
hsl(272, 91%, 77%)OKLCH
oklch(0.746 0.159 307.5)CMYK
cmyk(20%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B569F8
2#A344F6
3#911EF4
4#7D0BE1
5#6809BC
6#530796
7#3E0571
8#2A044B
9#150226
Tints
Lighter variations
1#CD9AFA
2#D3A5FB
3#D8B1FB
4#DEBCFC
5#E3C7FC
6#E9D2FD
7#EEDDFD
8#F4E9FE
9#F9F4FE
Tones
Muted variations
1#C894F4
2#C79AEF
3#C79FEA
4#C6A4E4
5#C6AADF
6#C6AFDA
7#C5B4D4
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 | C88F #C88FFA | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9324 #9324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770A #770AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F08 #5F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #44067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | 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: #EEDDFD;
--plum-200: #E0C0FC;
--plum-300: #C88FFA;
--plum-400: #AB55F7;
--plum-500: #9324F5;
--plum-600: #770AD6;
--plum-700: #5F08AA;
--plum-800: #44067A;
--plum-900: #2B044E;
--plum-950: #1B0231;
}