Plum
#C8BFFD
BlueColor Codes
All color formats for development
HEX
#C8BFFDRGB
rgb(200, 191, 253)HSL
hsl(249, 94%, 87%)OKLCH
oklch(0.833 0.086 291.1)CMYK
cmyk(21%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A394FC
2#7E69FA
3#5A3EF9
4#3513F8
5#2607D7
6#1E05AC
7#170481
8#0F0356
9#08012B
Tints
Lighter variations
1#CEC5FD
2#D3CCFD
3#D9D2FE
4#DED8FE
5#E4DFFE
6#E9E5FE
7#EFECFE
8#F4F2FF
9#FAF9FF
Tones
Muted variations
1#CAC2FA
2#CCC5F7
3#CFC8F4
4#D1CBF1
5#D3CEED
6#D5D1EA
7#D7D5E7
8#D9D8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BF #C8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8D #9E8DFB | BordersInactive statesPlaceholder text |
| 400 | 6B52 #6B52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4120 #4120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2607 #2607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F05 #1F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1604 #16047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E02 #0E024F | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F2F0FF;
--plum-100: #E1DCFE;
--plum-200: #C8BFFD;
--plum-300: #9E8DFB;
--plum-400: #6B52FA;
--plum-500: #4120F8;
--plum-600: #2607DA;
--plum-700: #1F05AD;
--plum-800: #16047C;
--plum-900: #0E024F;
--plum-950: #090231;
}