Plum
#C498F0
PurpleColor Codes
All color formats for development
HEX
#C498F0RGB
rgb(196, 152, 240)HSL
hsl(270, 75%, 77%)OKLCH
oklch(0.753 0.131 306.5)CMYK
cmyk(18%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B176EB
2#9D54E7
3#8931E2
4#761DCE
5#6219AC
6#4F1489
7#3B0F67
8#270A45
9#140522
Tints
Lighter variations
1#CAA3F2
2#D0ADF3
3#D6B7F5
4#DCC1F6
5#E2CCF8
6#E8D6F9
7#EDE0FB
8#F3EAFC
9#F9F5FE
Tones
Muted variations
1#C49DEC
2#C4A1E8
3#C4A6E3
4#C4AADF
5#C4AEDA
6#C4B3D6
7#C4B7D2
8#C4BCCD
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 #C498F0 | BordersInactive statesPlaceholder text |
| 400 | A663 #A663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C36 #8C36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701C #701CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5916 #59169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4010 #401070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A47 | 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: #C498F0;
--plum-400: #A663E9;
--plum-500: #8C36E2;
--plum-600: #701CC4;
--plum-700: #59169C;
--plum-800: #401070;
--plum-900: #290A47;
--plum-950: #1A062D;
}