Plum
#CB95F3
PurpleColor Codes
All color formats for development
HEX
#CB95F3RGB
rgb(203, 149, 243)HSL
hsl(274, 80%, 77%)OKLCH
oklch(0.756 0.142 309.7)CMYK
cmyk(16%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B972EF
2#A84FEB
3#962BE7
4#8218D4
5#6D14B1
6#57108D
7#410C6A
8#2B0847
9#160423
Tints
Lighter variations
1#D0A0F4
2#D5ABF6
3#DAB5F7
4#E0C0F8
5#E5CAF9
6#EAD5FA
7#EFDFFB
8#F5EAFD
9#FAF4FE
Tones
Muted variations
1#CA9AEF
2#C99FEA
3#C9A4E5
4#C8A8E1
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 | E1C3 #E1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB95 #CB95F3 | BordersInactive statesPlaceholder text |
| 400 | AF5E #AF5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9830 #9830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C16 #7C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6312 #6312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470D #470D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D08 #2D0849 | 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: #E1C3F8;
--plum-300: #CB95F3;
--plum-400: #AF5EED;
--plum-500: #9830E8;
--plum-600: #7C16CA;
--plum-700: #6312A1;
--plum-800: #470D73;
--plum-900: #2D0849;
--plum-950: #1C052E;
}