Plum
#C8BEFE
BlueColor Codes
All color formats for development
HEX
#C8BEFERGB
rgb(200, 190, 254)HSL
hsl(249, 97%, 87%)OKLCH
oklch(0.832 0.089 291.5)CMYK
cmyk(21%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A292FD
2#7D66FD
3#583BFC
4#320FFB
5#2403DB
6#1C03AF
7#150283
8#0E0157
9#07012C
Tints
Lighter variations
1#CDC4FE
2#D2CBFE
3#D8D1FE
4#DED8FE
5#E3DEFF
6#E9E5FF
7#EEEBFF
8#F4F2FF
9#F9F8FF
Tones
Muted variations
1#CAC1FB
2#CCC4F8
3#CEC7F4
4#D0CBF1
5#D3CEEE
6#D5D1EB
7#D7D4E7
8#D9D7E4
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 | C7BE #C7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8B #9D8BFD | BordersInactive statesPlaceholder text |
| 400 | 694F #694FFC | Disabled statesSecondary iconsMuted text |
| 500 | 3E1D #3E1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2403 #2403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D03 #1D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1402 #14027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F2F0FF;
--plum-100: #E1DCFE;
--plum-200: #C7BEFE;
--plum-300: #9D8BFD;
--plum-400: #694FFC;
--plum-500: #3E1DFC;
--plum-600: #2403DD;
--plum-700: #1D03B0;
--plum-800: #14027E;
--plum-900: #0D0150;
--plum-950: #080132;
}