Plum
#C498F1
PurpleColor Codes
All color formats for development
HEX
#C498F1RGB
rgb(196, 152, 241)HSL
hsl(270, 76%, 77%)OKLCH
oklch(0.753 0.132 306.2)CMYK
cmyk(19%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B175EC
2#9D53E7
3#8930E3
4#761CCF
5#6218AD
6#4F138A
7#3B0E68
8#270945
9#140523
Tints
Lighter variations
1#CAA2F2
2#D0ACF4
3#D6B7F5
4#DCC1F7
5#E2CBF8
6#E8D6F9
7#EDE0FB
8#F3EAFC
9#F9F5FE
Tones
Muted variations
1#C49CEC
2#C4A1E8
3#C4A5E4
4#C4AADF
5#C4AEDB
6#C4B3D6
7#C4B7D2
8#C4BBCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F1 | BordersInactive statesPlaceholder text |
| 400 | A662 #A662EA | Disabled statesSecondary iconsMuted text |
| 500 | 8C35 #8C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701B #701BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5915 #59159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400F #400F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F2FD;
--plum-100: #EDE0FB;
--plum-200: #DEC5F7;
--plum-300: #C498F1;
--plum-400: #A662EA;
--plum-500: #8C35E3;
--plum-600: #701BC5;
--plum-700: #59159D;
--plum-800: #400F70;
--plum-900: #290A48;
--plum-950: #1A062D;
}