Plum
#C4BDFE
BlueColor Codes
All color formats for development
HEX
#C4BDFERGB
rgb(196, 189, 254)HSL
hsl(246, 97%, 87%)OKLCH
oklch(0.827 0.091 289.2)CMYK
cmyk(23%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D92FD
2#7566FD
3#4E3BFC
4#270FFB
5#1903DB
6#1403AF
7#0F0283
8#0A0157
9#05012C
Tints
Lighter variations
1#CAC4FE
2#D0CBFE
3#D6D1FE
4#DCD8FE
5#E2DEFF
6#E7E5FF
7#EDEBFF
8#F3F2FF
9#F9F8FF
Tones
Muted variations
1#C7C1FB
2#C9C4F8
3#CCC7F4
4#CECBF1
5#D1CEEE
6#D4D1EB
7#D6D4E7
8#D9D7E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978B #978BFD | BordersInactive statesPlaceholder text |
| 400 | 604F #604FFC | Disabled statesSecondary iconsMuted text |
| 500 | 331D #331DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1903 #1903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1403 #1403B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E02 #0E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090150 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F1F0FF;
--plum-100: #DFDCFE;
--plum-200: #C4BEFE;
--plum-300: #978BFD;
--plum-400: #604FFC;
--plum-500: #331DFC;
--plum-600: #1903DD;
--plum-700: #1403B0;
--plum-800: #0E027E;
--plum-900: #090150;
--plum-950: #060132;
}