Plum
#CB96F3
PurpleColor Codes
All color formats for development
HEX
#CB96F3RGB
rgb(203, 150, 243)HSL
hsl(274, 79%, 77%)OKLCH
oklch(0.758 0.14 309.6)CMYK
cmyk(16%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B973EF
2#A750EA
3#962DE6
4#8219D3
5#6D15B0
6#57108D
7#410C69
8#2B0846
9#160423
Tints
Lighter variations
1#D0A1F4
2#D5ABF5
3#DAB6F6
4#E0C0F8
5#E5CBF9
6#EAD5FA
7#EFE0FB
8#F5EAFD
9#FAF5FE
Tones
Muted variations
1#CA9BEE
2#C99FE9
3#C9A4E5
4#C8A9E0
5#C7ADDC
6#C7B2D7
7#C6B6D2
8#C6BBCE
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB96 #CB96F3 | BordersInactive statesPlaceholder text |
| 400 | AF5F #AF5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9832 #9832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C18 #7C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6313 #6313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460D #460D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FD;
--plum-100: #EFDFFB;
--plum-200: #E1C4F8;
--plum-300: #CB96F3;
--plum-400: #AF5FEC;
--plum-500: #9832E7;
--plum-600: #7C18C9;
--plum-700: #6313A0;
--plum-800: #460D72;
--plum-900: #2D0949;
--plum-950: #1C052E;
}