Plum
#C1BDFF
BlueColor Codes
All color formats for development
HEX
#C1BDFFRGB
rgb(193, 189, 255)HSL
hsl(244, 100%, 87%)OKLCH
oklch(0.825 0.092 287)CMYK
cmyk(24%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9890FF
2#6E64FF
3#4538FF
4#1B0BFF
5#0F00DE
6#0C00B1
7#090085
8#060059
9#03002C
Tints
Lighter variations
1#C7C3FF
2#CDCAFF
3#D4D1FF
4#DAD7FF
5#E0DEFF
6#E6E4FF
7#ECEBFF
8#F3F2FF
9#F9F8FF
Tones
Muted variations
1#C4C0FC
2#C7C3F8
3#CAC7F5
4#CDCAF2
5#CFCDEE
6#D2D1EB
7#D5D4E8
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 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1BD #C1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 928A #928AFF | BordersInactive statesPlaceholder text |
| 400 | 584D #584DFF | Disabled statesSecondary iconsMuted text |
| 500 | 291A #291AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F00 #0F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C00 #0C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0800 #080080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0500 #050052 | Primary textHigh emphasis contentDark headings |
| 950 | 0300 #030033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F1F0FF;
--plum-100: #DEDBFF;
--plum-200: #C1BDFF;
--plum-300: #928AFF;
--plum-400: #584DFF;
--plum-500: #291AFF;
--plum-600: #0F00E0;
--plum-700: #0C00B3;
--plum-800: #080080;
--plum-900: #050052;
--plum-950: #030033;
}