Plum
#C5BDFE
BlueColor Codes
All color formats for development
HEX
#C5BDFERGB
rgb(197, 189, 254)HSL
hsl(247, 97%, 87%)OKLCH
oklch(0.828 0.091 289.9)CMYK
cmyk(22%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F92FD
2#7866FD
3#513BFC
4#2A0FFB
5#1C03DB
6#1703AF
7#110283
8#0B0157
9#06012C
Tints
Lighter variations
1#CBC4FE
2#D1CBFE
3#D7D1FE
4#DCD8FE
5#E2DEFF
6#E8E5FF
7#EEEBFF
8#F3F2FF
9#F9F8FF
Tones
Muted variations
1#C8C1FB
2#CAC4F8
3#CDC7F4
4#CFCBF1
5#D2CEEE
6#D4D1EB
7#D6D4E7
8#D9D7E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BE #C5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 998B #998BFD | BordersInactive statesPlaceholder text |
| 400 | 634F #634FFC | Disabled statesSecondary iconsMuted text |
| 500 | 371D #371DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D03 #1D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1703 #1703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1002 #10027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F2F0FF;
--plum-100: #E0DCFE;
--plum-200: #C5BEFE;
--plum-300: #998BFD;
--plum-400: #634FFC;
--plum-500: #371DFC;
--plum-600: #1D03DD;
--plum-700: #1703B0;
--plum-800: #10027E;
--plum-900: #0A0150;
--plum-950: #070132;
}