Plum
#CE96F3
PurpleColor Codes
All color formats for development
HEX
#CE96F3RGB
rgb(206, 150, 243)HSL
hsl(276, 79%, 77%)OKLCH
oklch(0.76 0.141 311)CMYK
cmyk(15%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD73EF
2#AD50EA
3#9C2DE6
4#8819D3
5#7215B0
6#5B108D
7#440C69
8#2D0846
9#170423
Tints
Lighter variations
1#D3A1F4
2#D7ABF5
3#DCB6F6
4#E1C0F8
5#E6CBF9
6#EBD5FA
7#F0E0FB
8#F5EAFD
9#FAF5FE
Tones
Muted variations
1#CD9BEE
2#CC9FE9
3#CBA4E5
4#CAA9E0
5#C9ADDC
6#C8B2D7
7#C7B6D2
8#C6BBCE
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE96 #CE96F3 | BordersInactive statesPlaceholder text |
| 400 | B45F #B45FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9E32 #9E32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8218 #8218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6713 #6713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F0DFFB;
--plum-200: #E3C4F8;
--plum-300: #CE96F3;
--plum-400: #B45FEC;
--plum-500: #9E32E7;
--plum-600: #8218C9;
--plum-700: #6713A0;
--plum-800: #4A0D72;
--plum-900: #2F0949;
--plum-950: #1E052E;
}