Plum
#C6C0FB
BlueColor Codes
All color formats for development
HEX
#C6C0FBRGB
rgb(198, 192, 251)HSL
hsl(246, 88%, 87%)OKLCH
oklch(0.833 0.082 289.1)CMYK
cmyk(21%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A197F8
2#7B6DF6
3#5544F3
4#2F1AF0
5#210DD1
6#1A0BA7
7#14087D
8#0D0553
9#07032A
Tints
Lighter variations
1#CCC7FB
2#D2CDFC
3#D7D3FC
4#DDDAFD
5#E3E0FD
6#E8E6FD
7#EEECFE
8#F4F3FE
9#F9F9FF
Tones
Muted variations
1#C9C4F8
2#CBC7F5
3#CEC9F2
4#D0CCEF
5#D2CFEC
6#D5D2EA
7#D7D5E7
8#D9D8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B91 #9B91F8 | BordersInactive statesPlaceholder text |
| 400 | 6757 #6757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3B27 #3B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 210D #210DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0B #1A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1308 #130878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C05 #0C054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F2F1FE;
--plum-100: #E1DDFD;
--plum-200: #C7C1FB;
--plum-300: #9B91F8;
--plum-400: #6757F4;
--plum-500: #3B27F1;
--plum-600: #210DD3;
--plum-700: #1A0BA8;
--plum-800: #130878;
--plum-900: #0C054D;
--plum-950: #080330;
}