Plum
#CB95F4
PurpleColor Codes
All color formats for development
HEX
#CB95F4RGB
rgb(203, 149, 244)HSL
hsl(274, 81%, 77%)OKLCH
oklch(0.756 0.143 309.4)CMYK
cmyk(17%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B971F0
2#A84EEC
3#962AE9
4#8316D5
5#6D13B2
6#570F8E
7#410B6B
8#2C0747
9#160424
Tints
Lighter variations
1#D09FF5
2#D5AAF6
3#DAB5F7
4#E0BFF8
5#E5CAF9
6#EAD5FB
7#EFDFFC
8#F5EAFD
9#FAF4FE
Tones
Muted variations
1#CA9AEF
2#C99EEA
3#C9A3E6
4#C8A8E1
5#C8ADDC
6#C7B1D7
7#C6B6D3
8#C6BBCE
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB95 #CB95F4 | BordersInactive statesPlaceholder text |
| 400 | AF5D #AF5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 992F #992FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C15 #7C15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6311 #6311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470C #470C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D08 #2D084A | 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: #F8F1FE;
--plum-100: #EFDFFC;
--plum-200: #E1C3F9;
--plum-300: #CB95F4;
--plum-400: #AF5DEE;
--plum-500: #992FE9;
--plum-600: #7C15CB;
--plum-700: #6311A2;
--plum-800: #470C73;
--plum-900: #2D084A;
--plum-950: #1C052E;
}