Plum
#C38FFA
PurpleColor Codes
All color formats for development
HEX
#C38FFARGB
rgb(195, 143, 250)HSL
hsl(269, 91%, 77%)OKLCH
oklch(0.741 0.158 305.3)CMYK
cmyk(22%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE69F8
2#9A44F6
3#861EF4
4#720BE1
5#5F09BC
6#4C0796
7#390571
8#26044B
9#130226
Tints
Lighter variations
1#C99AFA
2#CFA5FB
3#D5B1FB
4#DBBCFC
5#E1C7FC
6#E7D2FD
7#EDDDFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C394F4
2#C39AEF
3#C39FEA
4#C3A4E4
5#C3AADF
6#C4AFDA
7#C4B4D4
8#C4BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38F #C38FFA | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8924 #8924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0A #6D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5708 #5708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FE;
--plum-100: #EDDDFD;
--plum-200: #DDC0FC;
--plum-300: #C38FFA;
--plum-400: #A355F7;
--plum-500: #8924F5;
--plum-600: #6D0AD6;
--plum-700: #5708AA;
--plum-800: #3E067A;
--plum-900: #28044E;
--plum-950: #190231;
}