Plum
#C5BFFC
BlueColor Codes
All color formats for development
HEX
#C5BFFCRGB
rgb(197, 191, 252)HSL
hsl(246, 91%, 87%)OKLCH
oklch(0.831 0.085 288.9)CMYK
cmyk(22%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F95FA
2#796BF8
3#5341F6
4#2C16F4
5#1E0AD4
6#1808A9
7#12067F
8#0C0455
9#06022A
Tints
Lighter variations
1#CBC6FC
2#D1CCFD
3#D7D3FD
4#DDD9FD
5#E2DFFE
6#E8E6FE
7#EEECFE
8#F4F2FE
9#F9F9FF
Tones
Muted variations
1#C8C3F9
2#CBC6F6
3#CDC9F3
4#CFCCF0
5#D2CFED
6#D4D2EA
7#D7D5E7
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 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8F #9A8FFA | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3924 #3924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0A #1F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1808 #1808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1106 #11067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F2F0FE;
--plum-100: #E0DDFD;
--plum-200: #C6C0FC;
--plum-300: #9A8FFA;
--plum-400: #6555F7;
--plum-500: #3924F5;
--plum-600: #1F0AD6;
--plum-700: #1808AA;
--plum-800: #11067A;
--plum-900: #0B044E;
--plum-950: #070231;
}