Plum
#C994F4
PurpleColor Codes
All color formats for development
HEX
#C994F4RGB
rgb(201, 148, 244)HSL
hsl(273, 81%, 77%)OKLCH
oklch(0.753 0.144 308.7)CMYK
cmyk(18%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B771F0
2#A54EEC
3#932AE9
4#7F16D5
5#6A13B2
6#550F8E
7#400B6B
8#2A0747
9#150424
Tints
Lighter variations
1#CE9FF5
2#D4AAF6
3#D9B5F7
4#DFBFF8
5#E4CAF9
6#E9D5FB
7#EFDFFC
8#F4EAFD
9#FAF4FE
Tones
Muted variations
1#C99AEF
2#C89EEA
3#C8A3E6
4#C7A8E1
5#C7ADDC
6#C6B1D7
7#C6B6D3
8#C5BBCE
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 | C995 #C995F4 | BordersInactive statesPlaceholder text |
| 400 | AD5D #AD5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 962F #962FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7915 #7915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6011 #6011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450C #450C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C08 #2C084A | 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: #C995F4;
--plum-400: #AD5DEE;
--plum-500: #962FE9;
--plum-600: #7915CB;
--plum-700: #6011A2;
--plum-800: #450C73;
--plum-900: #2C084A;
--plum-950: #1C052E;
}