Plum
#CB90F9
PurpleColor Codes
All color formats for development
HEX
#CB90F9RGB
rgb(203, 144, 249)HSL
hsl(274, 90%, 77%)OKLCH
oklch(0.75 0.157 308.9)CMYK
cmyk(18%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA6AF7
2#A945F5
3#9820F3
4#840CE0
5#6E0ABB
6#580895
7#420670
8#2C044B
9#160225
Tints
Lighter variations
1#D19BFA
2#D6A6FA
3#DBB1FB
4#E0BCFB
5#E5C7FC
6#EAD2FD
7#F0DEFD
8#F5E9FE
9#FAF4FE
Tones
Muted variations
1#CB95F4
2#CA9AEF
3#C99FE9
4#C9A5E4
5#C8AADF
6#C7AFD9
7#C6B5D4
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 | CB90 #CB90F9 | BordersInactive statesPlaceholder text |
| 400 | B055 #B055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9A25 #9A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0B #7E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6409 #6409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #470679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | 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: #CB90F9;
--plum-400: #B055F6;
--plum-500: #9A25F4;
--plum-600: #7E0BD5;
--plum-700: #6409AA;
--plum-800: #470679;
--plum-900: #2E044E;
--plum-950: #1D0330;
}