Plum
#BFBFFD
BlueColor Codes
All color formats for development
HEX
#BFBFFDRGB
rgb(191, 191, 253)HSL
hsl(240, 94%, 87%)OKLCH
oklch(0.826 0.087 284.3)CMYK
cmyk(25%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9494FC
2#6969FA
3#3E3EF9
4#1313F8
5#0707D7
6#0505AC
7#040481
8#030356
9#01012B
Tints
Lighter variations
1#C5C5FD
2#CCCCFD
3#D2D2FE
4#D8D8FE
5#DFDFFE
6#E5E5FE
7#ECECFE
8#F2F2FF
9#F9F9FF
Tones
Muted variations
1#C2C2FA
2#C5C5F7
3#C8C8F4
4#CBCBF1
5#CECEED
6#D1D1EA
7#D5D5E7
8#D8D8E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D8D #8D8DFB | BordersInactive statesPlaceholder text |
| 400 | 5252 #5252FA | Disabled statesSecondary iconsMuted text |
| 500 | 2020 #2020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0707 #0707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0505 #0505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0404 #04047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0202 #02024F | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F0F0FF;
--plum-100: #DCDCFE;
--plum-200: #BFBFFD;
--plum-300: #8D8DFB;
--plum-400: #5252FA;
--plum-500: #2020F8;
--plum-600: #0707DA;
--plum-700: #0505AD;
--plum-800: #04047C;
--plum-900: #02024F;
--plum-950: #020231;
}