Plum
#C995F3
PurpleColor Codes
All color formats for development
HEX
#C995F3RGB
rgb(201, 149, 243)HSL
hsl(273, 80%, 77%)OKLCH
oklch(0.754 0.141 308.8)CMYK
cmyk(17%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B772EF
2#A54FEB
3#932BE7
4#7F18D4
5#6A14B1
6#55108D
7#400C6A
8#2A0847
9#150423
Tints
Lighter variations
1#CEA0F4
2#D4ABF6
3#D9B5F7
4#DFC0F8
5#E4CAF9
6#E9D5FA
7#EFDFFB
8#F4EAFD
9#FAF4FE
Tones
Muted variations
1#C99AEF
2#C89FEA
3#C8A4E5
4#C7A8E1
5#C7ADDC
6#C6B2D7
7#C6B6D2
8#C5BBCE
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 | C995 #C995F3 | BordersInactive statesPlaceholder text |
| 400 | AD5E #AD5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9530 #9530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7916 #7916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6012 #6012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450D #450D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C08 #2C0849 | 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: #C995F3;
--plum-400: #AD5EED;
--plum-500: #9530E8;
--plum-600: #7916CA;
--plum-700: #6012A1;
--plum-800: #450D73;
--plum-900: #2C0849;
--plum-950: #1C052E;
}