Plum
#CB8FFA
PurpleColor Codes
All color formats for development
HEX
#CB8FFARGB
rgb(203, 143, 250)HSL
hsl(274, 91%, 77%)OKLCH
oklch(0.749 0.16 308.8)CMYK
cmyk(19%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA69F8
2#A944F6
3#981EF4
4#840BE1
5#6E09BC
6#580796
7#420571
8#2C044B
9#160226
Tints
Lighter variations
1#D19AFA
2#D6A5FB
3#DBB1FB
4#E0BCFC
5#E5C7FC
6#EAD2FD
7#F0DDFD
8#F5E9FE
9#FAF4FE
Tones
Muted variations
1#CB94F4
2#CA9AEF
3#C99FEA
4#C9A4E4
5#C8AADF
6#C7AFDA
7#C6B4D4
8#C6BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C0 #E2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CB8F #CB8FFA | BordersInactive statesPlaceholder text |
| 400 | B155 #B155F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9A24 #9A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0A #7E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6408 #6408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #47067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F0FE;
--plum-100: #EFDDFD;
--plum-200: #E2C0FC;
--plum-300: #CB8FFA;
--plum-400: #B155F7;
--plum-500: #9A24F5;
--plum-600: #7E0AD6;
--plum-700: #6408AA;
--plum-800: #47067A;
--plum-900: #2E044E;
--plum-950: #1D0231;
}