Plum
#C38EFA
PurpleColor Codes
All color formats for development
HEX
#C38EFARGB
rgb(195, 142, 250)HSL
hsl(269, 92%, 77%)OKLCH
oklch(0.74 0.159 305.5)CMYK
cmyk(22%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE69F9
2#9A43F7
3#861DF6
4#7209E2
5#5F08BC
6#4C0697
7#390571
8#26034B
9#130226
Tints
Lighter variations
1#C99AFB
2#CFA5FB
3#D5B0FC
4#DBBBFC
5#E1C7FD
6#E7D2FD
7#EDDDFE
8#F3E8FE
9#F9F4FF
Tones
Muted variations
1#C394F5
2#C399F0
3#C39FEA
4#C3A4E5
5#C3A9DF
6#C4AFDA
7#C4B4D5
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 #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFA | BordersInactive statesPlaceholder text |
| 400 | A354 #A354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8923 #8923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D09 #6D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5707 #5707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E05 #3E057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034E | 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: #EDDDFE;
--plum-200: #DDBFFC;
--plum-300: #C38EFA;
--plum-400: #A354F8;
--plum-500: #8923F6;
--plum-600: #6D09D7;
--plum-700: #5707AB;
--plum-800: #3E057A;
--plum-900: #28034E;
--plum-950: #190231;
}