Plum
#C68EFA
PurpleColor Codes
All color formats for development
HEX
#C68EFARGB
rgb(198, 142, 250)HSL
hsl(271, 92%, 77%)OKLCH
oklch(0.743 0.16 306.8)CMYK
cmyk(21%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B369F9
2#A043F7
3#8D1DF6
4#7909E2
5#6508BC
6#510697
7#3D0571
8#28034B
9#140226
Tints
Lighter variations
1#CC9AFB
2#D2A5FB
3#D7B0FC
4#DDBBFC
5#E3C7FD
6#E8D2FD
7#EEDDFE
8#F4E8FE
9#F9F4FF
Tones
Muted variations
1#C694F5
2#C699F0
3#C69FEA
4#C5A4E5
5#C5A9DF
6#C5AFDA
7#C5B4D5
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 #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFA | BordersInactive statesPlaceholder text |
| 400 | A854 #A854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9023 #9023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7409 #7409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C07 #5C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4205 #42057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F0FE;
--plum-100: #EEDDFE;
--plum-200: #DFBFFC;
--plum-300: #C68EFA;
--plum-400: #A854F8;
--plum-500: #9023F6;
--plum-600: #7409D7;
--plum-700: #5C07AB;
--plum-800: #42057A;
--plum-900: #2A034E;
--plum-950: #1A0231;
}