Plum
#C5BFFD
BlueColor Codes
All color formats for development
HEX
#C5BFFDRGB
rgb(197, 191, 253)HSL
hsl(246, 94%, 87%)OKLCH
oklch(0.831 0.086 288.8)CMYK
cmyk(22%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E94FC
2#7769FA
3#503EF9
4#2913F8
5#1C07D7
6#1605AC
7#110481
8#0B0356
9#06012B
Tints
Lighter variations
1#CBC5FD
2#D1CCFD
3#D6D2FE
4#DCD8FE
5#E2DFFE
6#E8E5FE
7#EEECFE
8#F3F2FF
9#F9F9FF
Tones
Muted variations
1#C7C2FA
2#CAC5F7
3#CCC8F4
4#CFCBF1
5#D1CEED
6#D4D1EA
7#D6D5E7
8#D9D8E4
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 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFB | BordersInactive statesPlaceholder text |
| 400 | 6352 #6352FA | Disabled statesSecondary iconsMuted text |
| 500 | 3620 #3620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C07 #1C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1605 #1605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F2F0FF;
--plum-100: #E0DCFE;
--plum-200: #C5BFFD;
--plum-300: #988DFB;
--plum-400: #6352FA;
--plum-500: #3620F8;
--plum-600: #1C07DA;
--plum-700: #1605AD;
--plum-800: #10047C;
--plum-900: #0A024F;
--plum-950: #060231;
}