Plum
#C4BFFC
BlueColor Codes
All color formats for development
HEX
#C4BFFCRGB
rgb(196, 191, 252)HSL
hsl(245, 91%, 87%)OKLCH
oklch(0.83 0.085 288.1)CMYK
cmyk(22%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E95FA
2#776BF8
3#5041F6
4#2916F4
5#1B0AD4
6#1508A9
7#10067F
8#0B0455
9#05022A
Tints
Lighter variations
1#CBC6FC
2#D0CCFD
3#D6D3FD
4#DCD9FD
5#E2DFFE
6#E8E6FE
7#EEECFE
8#F3F2FE
9#F9F9FF
Tones
Muted variations
1#C7C3F9
2#CAC6F6
3#CCC9F3
4#CFCCF0
5#D1CFED
6#D4D2EA
7#D6D5E7
8#D9D8E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 988F #988FFA | BordersInactive statesPlaceholder text |
| 400 | 6255 #6255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3524 #3524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0A #1B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1608 #1608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F06 #0F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | 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: #F2F0FE;
--plum-100: #E0DDFD;
--plum-200: #C5C0FC;
--plum-300: #988FFA;
--plum-400: #6255F7;
--plum-500: #3524F5;
--plum-600: #1B0AD6;
--plum-700: #1608AA;
--plum-800: #0F067A;
--plum-900: #0A044E;
--plum-950: #060231;
}