Plum
#C5BEFD
BlueColor Codes
All color formats for development
HEX
#C5BEFDRGB
rgb(197, 190, 253)HSL
hsl(247, 94%, 87%)OKLCH
oklch(0.829 0.088 289.4)CMYK
cmyk(22%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A094FC
2#7A69FA
3#533EF9
4#2D13F8
5#1F07D7
6#1905AC
7#130481
8#0C0356
9#06012B
Tints
Lighter variations
1#CCC5FD
2#D1CCFD
3#D7D2FE
4#DDD8FE
5#E2DFFE
6#E8E5FE
7#EEECFE
8#F4F2FF
9#F9F9FF
Tones
Muted variations
1#C8C2FA
2#CBC5F7
3#CDC8F4
4#D0CBF1
5#D2CEED
6#D4D1EA
7#D7D5E7
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 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8D #9A8DFB | BordersInactive statesPlaceholder text |
| 400 | 6552 #6552FA | Disabled statesSecondary iconsMuted text |
| 500 | 3A20 #3A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F07 #1F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1905 #1905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B02 #0B024F | 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: #F2F0FF;
--plum-100: #E0DCFE;
--plum-200: #C6BFFD;
--plum-300: #9A8DFB;
--plum-400: #6552FA;
--plum-500: #3A20F8;
--plum-600: #1F07DA;
--plum-700: #1905AD;
--plum-800: #12047C;
--plum-900: #0B024F;
--plum-950: #070231;
}