Plum
#C6BDFE
BlueColor Codes
All color formats for development
HEX
#C6BDFERGB
rgb(198, 189, 254)HSL
hsl(248, 97%, 87%)OKLCH
oklch(0.828 0.091 290.6)CMYK
cmyk(22%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A092FD
2#7A66FD
3#543BFC
4#2E0FFB
5#2003DB
6#1A03AF
7#130283
8#0D0157
9#06012C
Tints
Lighter variations
1#CCC4FE
2#D2CBFE
3#D7D1FE
4#DDD8FE
5#E3DEFF
6#E8E5FF
7#EEEBFF
8#F4F2FF
9#F9F8FF
Tones
Muted variations
1#C9C1FB
2#CBC4F8
3#CDC7F4
4#D0CBF1
5#D2CEEE
6#D4D1EB
7#D7D4E7
8#D9D7E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BE #C6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8B #9B8BFD | BordersInactive statesPlaceholder text |
| 400 | 664F #664FFC | Disabled statesSecondary iconsMuted text |
| 500 | 3B1D #3B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2003 #2003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A03 #1A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1202 #12027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C01 #0C0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F2F0FF;
--plum-100: #E0DCFE;
--plum-200: #C6BEFE;
--plum-300: #9B8BFD;
--plum-400: #664FFC;
--plum-500: #3B1DFC;
--plum-600: #2003DD;
--plum-700: #1A03B0;
--plum-800: #12027E;
--plum-900: #0C0150;
--plum-950: #070132;
}