Plum
#CE95F3
PurpleColor Codes
All color formats for development
HEX
#CE95F3RGB
rgb(206, 149, 243)HSL
hsl(276, 80%, 77%)OKLCH
oklch(0.759 0.143 311.2)CMYK
cmyk(15%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD72EF
2#AD4FEB
3#9C2BE7
4#8918D4
5#7214B1
6#5B108D
7#440C6A
8#2E0847
9#170423
Tints
Lighter variations
1#D3A0F4
2#D8ABF6
3#DDB5F7
4#E1C0F8
5#E6CAF9
6#EBD5FA
7#F0DFFB
8#F5EAFD
9#FAF4FE
Tones
Muted variations
1#CD9AEF
2#CC9FEA
3#CBA4E5
4#CAA8E1
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 | E3C3 #E3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE95 #CE95F3 | BordersInactive statesPlaceholder text |
| 400 | B45E #B45EED | Disabled statesSecondary iconsMuted text |
| 500 | 9F30 #9F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8216 #8216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6812 #6812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F08 #2F0849 | 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: #E3C3F8;
--plum-300: #CE95F3;
--plum-400: #B45EED;
--plum-500: #9F30E8;
--plum-600: #8216CA;
--plum-700: #6812A1;
--plum-800: #4A0D73;
--plum-900: #2F0849;
--plum-950: #1E052E;
}