Plum
#C190F9
PurpleColor Codes
All color formats for development
HEX
#C190F9RGB
rgb(193, 144, 249)HSL
hsl(268, 90%, 77%)OKLCH
oklch(0.741 0.154 304.4)CMYK
cmyk(22%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC6AF7
2#9745F5
3#8220F3
4#6F0CE0
5#5C0ABB
6#4A0895
7#370670
8#25044B
9#120225
Tints
Lighter variations
1#C79BFA
2#CDA6FA
3#D3B1FB
4#DABCFB
5#E0C7FC
6#E6D2FD
7#ECDEFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C195F4
2#C29AEF
3#C29FE9
4#C2A5E4
5#C3AADF
6#C3AFD9
7#C3B5D4
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 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8525 #8525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690B #690BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5409 #5409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FE;
--plum-100: #ECDDFD;
--plum-200: #DCC0FC;
--plum-300: #C190F9;
--plum-400: #A055F6;
--plum-500: #8525F4;
--plum-600: #690BD5;
--plum-700: #5409AA;
--plum-800: #3C0679;
--plum-900: #26044E;
--plum-950: #180330;
}