Plum
#C490F9
PurpleColor Codes
All color formats for development
HEX
#C490F9RGB
rgb(196, 144, 249)HSL
hsl(270, 90%, 77%)OKLCH
oklch(0.744 0.155 305.8)CMYK
cmyk(21%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B16AF7
2#9D45F5
3#8920F3
4#760CE0
5#620ABB
6#4F0895
7#3B0670
8#27044B
9#140225
Tints
Lighter variations
1#CA9BFA
2#D0A6FA
3#D6B1FB
4#DCBCFB
5#E2C7FC
6#E8D2FD
7#EDDEFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C495F4
2#C49AEF
3#C49FE9
4#C4A5E4
5#C4AADF
6#C4AFD9
7#C4B5D4
8#C4BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8C25 #8C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700B #700BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5909 #5909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #400679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | 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: #F7F0FE;
--plum-100: #EDDDFD;
--plum-200: #DEC0FC;
--plum-300: #C490F9;
--plum-400: #A655F6;
--plum-500: #8C25F4;
--plum-600: #700BD5;
--plum-700: #5909AA;
--plum-800: #400679;
--plum-900: #29044E;
--plum-950: #1A0330;
}