Plum
#C690F9
PurpleColor Codes
All color formats for development
HEX
#C690F9RGB
rgb(198, 144, 249)HSL
hsl(271, 90%, 77%)OKLCH
oklch(0.745 0.156 306.7)CMYK
cmyk(20%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B36AF7
2#A045F5
3#8D20F3
4#790CE0
5#650ABB
6#510895
7#3D0670
8#28044B
9#140225
Tints
Lighter variations
1#CC9BFA
2#D1A6FA
3#D7B1FB
4#DDBCFB
5#E3C7FC
6#E8D2FD
7#EEDEFD
8#F4E9FE
9#F9F4FE
Tones
Muted variations
1#C695F4
2#C69AEF
3#C69FE9
4#C5A5E4
5#C5AADF
6#C5AFD9
7#C5B5D4
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 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9025 #9025F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740B #740BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C09 #5C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #420679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | 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: #C690F9;
--plum-400: #A855F6;
--plum-500: #9025F4;
--plum-600: #740BD5;
--plum-700: #5C09AA;
--plum-800: #420679;
--plum-900: #2A044E;
--plum-950: #1A0330;
}