Plum
#C48FFA
PurpleColor Codes
All color formats for development
HEX
#C48FFARGB
rgb(196, 143, 250)HSL
hsl(270, 91%, 77%)OKLCH
oklch(0.742 0.158 305.7)CMYK
cmyk(22%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B169F8
2#9D44F6
3#891EF4
4#760BE1
5#6209BC
6#4F0796
7#3B0571
8#27044B
9#140226
Tints
Lighter variations
1#CA9AFA
2#D0A5FB
3#D6B1FB
4#DCBCFC
5#E2C7FC
6#E8D2FD
7#EDDDFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C494F4
2#C49AEF
3#C49FEA
4#C4A4E4
5#C4AADF
6#C4AFDA
7#C4B4D4
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 | C48F #C48FFA | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8C24 #8C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700A #700AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5908 #5908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #40067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | 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: #C48FFA;
--plum-400: #A655F7;
--plum-500: #8C24F5;
--plum-600: #700AD6;
--plum-700: #5908AA;
--plum-800: #40067A;
--plum-900: #29044E;
--plum-950: #1A0231;
}