Plum
#C492F6
PurpleColor Codes
All color formats for development
HEX
#C492F6RGB
rgb(196, 146, 246)HSL
hsl(270, 85%, 77%)OKLCH
oklch(0.745 0.148 306.1)CMYK
cmyk(20%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B16EF3
2#9D4AF0
3#8926ED
4#7612DA
5#620FB6
6#4F0C91
7#3B096D
8#270649
9#140324
Tints
Lighter variations
1#CA9DF7
2#D0A8F8
3#D6B3F9
4#DCBEFA
5#E2C9FB
6#E8D4FB
7#EDDEFC
8#F3E9FD
9#F9F4FE
Tones
Muted variations
1#C497F1
2#C49CEC
3#C4A1E7
4#C4A6E2
5#C4ABDD
6#C4B0D8
7#C4B5D3
8#C4BACE
9#C4BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C492 #C492F6 | BordersInactive statesPlaceholder text |
| 400 | A65A #A65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2B #8C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7011 #7011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590D #590DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400A #400A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2906 #29064B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FE;
--plum-100: #EDDEFC;
--plum-200: #DEC2FA;
--plum-300: #C492F6;
--plum-400: #A65AF2;
--plum-500: #8C2BEE;
--plum-600: #7011D0;
--plum-700: #590DA5;
--plum-800: #400A76;
--plum-900: #29064B;
--plum-950: #1A042F;
}