Plum
#C3BEFE
BlueColor Codes
All color formats for development
HEX
#C3BEFERGB
rgb(195, 190, 254)HSL
hsl(245, 97%, 87%)OKLCH
oklch(0.828 0.089 287.9)CMYK
cmyk(23%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B92FD
2#7366FD
3#4B3BFC
4#230FFB
5#1503DB
6#1103AF
7#0D0283
8#090157
9#04012C
Tints
Lighter variations
1#C9C4FE
2#CFCBFE
3#D5D1FE
4#DBD8FE
5#E1DEFF
6#E7E5FF
7#EDEBFF
8#F3F2FF
9#F9F8FF
Tones
Muted variations
1#C6C1FB
2#C8C4F8
3#CBC7F4
4#CECBF1
5#D0CEEE
6#D3D1EB
7#D6D4E7
8#D8D7E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958B #958BFD | BordersInactive statesPlaceholder text |
| 400 | 5E4F #5E4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 2F1D #2F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1603 #1603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1103 #1103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C02 #0C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0801 #080150 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F1F0FF;
--plum-100: #DFDCFE;
--plum-200: #C3BEFE;
--plum-300: #958BFD;
--plum-400: #5E4FFC;
--plum-500: #2F1DFC;
--plum-600: #1603DD;
--plum-700: #1103B0;
--plum-800: #0C027E;
--plum-900: #080150;
--plum-950: #050132;
}