Plum
#CDBDFE
PurpleColor Codes
All color formats for development
HEX
#CDBDFERGB
rgb(205, 189, 254)HSL
hsl(255, 97%, 87%)OKLCH
oklch(0.834 0.091 295.6)CMYK
cmyk(19%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD92FD
2#8C66FD
3#6B3BFC
4#4A0FFB
5#3903DB
6#2E03AF
7#220283
8#170157
9#0B012C
Tints
Lighter variations
1#D3C4FE
2#D8CBFE
3#DDD1FE
4#E1D8FE
5#E6DEFF
6#EBE5FF
7#F0EBFF
8#F5F2FF
9#FAF8FF
Tones
Muted variations
1#CFC1FB
2#D1C4F8
3#D3C7F4
4#D4CBF1
5#D6CEEE
6#D7D1EB
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 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88B #A88BFD | BordersInactive statesPlaceholder text |
| 400 | 7A4F #7A4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 551D #551DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A03 #3A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E03 #2E03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2102 #21027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1501 #150150 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E4DCFE;
--plum-200: #CEBEFE;
--plum-300: #A88BFD;
--plum-400: #7A4FFC;
--plum-500: #551DFC;
--plum-600: #3A03DD;
--plum-700: #2E03B0;
--plum-800: #21027E;
--plum-900: #150150;
--plum-950: #0D0132;
}