Plum
#CEBDFE
PurpleColor Codes
All color formats for development
HEX
#CEBDFERGB
rgb(206, 189, 254)HSL
hsl(256, 97%, 87%)OKLCH
oklch(0.835 0.091 296.4)CMYK
cmyk(19%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF92FD
2#8E66FD
3#6E3BFC
4#4E0FFB
5#3D03DB
6#3103AF
7#240283
8#180157
9#0C012C
Tints
Lighter variations
1#D4C4FE
2#D8CBFE
3#DDD1FE
4#E2D8FE
5#E7DEFF
6#ECE5FF
7#F1EBFF
8#F5F2FF
9#FAF8FF
Tones
Muted variations
1#D0C1FB
2#D2C4F8
3#D3C7F4
4#D5CBF1
5#D6CEEE
6#D8D1EB
7#D9D4E7
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 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFD | BordersInactive statesPlaceholder text |
| 400 | 7D4F #7D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 581D #581DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D03 #3D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3103 #3103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2302 #23027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160150 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E5DCFE;
--plum-200: #CFBEFE;
--plum-300: #AA8BFD;
--plum-400: #7D4FFC;
--plum-500: #581DFC;
--plum-600: #3D03DD;
--plum-700: #3103B0;
--plum-800: #23027E;
--plum-900: #160150;
--plum-950: #0E0132;
}