Plum
#CD8FFA
PurpleColor Codes
All color formats for development
HEX
#CD8FFARGB
rgb(205, 143, 250)HSL
hsl(275, 91%, 77%)OKLCH
oklch(0.751 0.161 309.7)CMYK
cmyk(18%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD69F8
2#AC44F6
3#9B1EF4
4#880BE1
5#7109BC
6#5A0796
7#440571
8#2D044B
9#170226
Tints
Lighter variations
1#D29AFA
2#D7A5FB
3#DCB1FB
4#E1BCFC
5#E6C7FC
6#EBD2FD
7#F0DDFD
8#F5E9FE
9#FAF4FE
Tones
Muted variations
1#CC94F4
2#CB9AEF
3#CB9FEA
4#CAA4E4
5#C9AADF
6#C8AFDA
7#C7B4D4
8#C6BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8F #CD8FFA | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9E24 #9E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810A #810AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6708 #6708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #49067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F0FE;
--plum-100: #F0DDFD;
--plum-200: #E3C0FC;
--plum-300: #CD8FFA;
--plum-400: #B355F7;
--plum-500: #9E24F5;
--plum-600: #810AD6;
--plum-700: #6708AA;
--plum-800: #49067A;
--plum-900: #2F044E;
--plum-950: #1D0231;
}