Plum
#CEBDFF
PurpleColor Codes
All color formats for development
HEX
#CEBDFFRGB
rgb(206, 189, 255)HSL
hsl(255, 100%, 87%)OKLCH
oklch(0.835 0.093 296.2)CMYK
cmyk(19%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC90FF
2#8B64FF
3#6938FF
4#480BFF
5#3700DE
6#2C00B1
7#210085
8#160059
9#0B002C
Tints
Lighter variations
1#D2C3FF
2#D7CAFF
3#DCD1FF
4#E1D7FF
5#E6DEFF
6#EBE4FF
7#F0EBFF
8#F5F2FF
9#FAF8FF
Tones
Muted variations
1#CFC0FC
2#D1C3F8
3#D2C7F5
4#D4CAF2
5#D6CDEE
6#D7D1EB
7#D9D4E8
8#DBD7E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A78A #A78AFF | BordersInactive statesPlaceholder text |
| 400 | 794D #794DFF | Disabled statesSecondary iconsMuted text |
| 500 | 531A #531AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3800 #3800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D00 #2D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2000 #200080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1400 #140052 | Primary textHigh emphasis contentDark headings |
| 950 | 0D00 #0D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E4DBFF;
--plum-200: #CDBDFF;
--plum-300: #A78AFF;
--plum-400: #794DFF;
--plum-500: #531AFF;
--plum-600: #3800E0;
--plum-700: #2D00B3;
--plum-800: #200080;
--plum-900: #140052;
--plum-950: #0D0033;
}