Plum
#C68FFA
PurpleColor Codes
All color formats for development
HEX
#C68FFARGB
rgb(198, 143, 250)HSL
hsl(271, 91%, 77%)OKLCH
oklch(0.744 0.159 306.6)CMYK
cmyk(21%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B369F8
2#A044F6
3#8D1EF4
4#790BE1
5#6509BC
6#510796
7#3D0571
8#28044B
9#140226
Tints
Lighter variations
1#CC9AFA
2#D2A5FB
3#D7B1FB
4#DDBCFC
5#E3C7FC
6#E8D2FD
7#EEDDFD
8#F4E9FE
9#F9F4FE
Tones
Muted variations
1#C694F4
2#C69AEF
3#C69FEA
4#C5A4E4
5#C5AADF
6#C5AFDA
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 | DFC0 #DFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68F #C68FFA | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9024 #9024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740A #740AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C08 #5C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #42067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | 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: #EEDDFD;
--plum-200: #DFC0FC;
--plum-300: #C68FFA;
--plum-400: #A855F7;
--plum-500: #9024F5;
--plum-600: #740AD6;
--plum-700: #5C08AA;
--plum-800: #42067A;
--plum-900: #2A044E;
--plum-950: #1A0231;
}