Plum
#CBBFFC
BlueColor Codes
All color formats for development
HEX
#CBBFFCRGB
rgb(203, 191, 252)HSL
hsl(252, 91%, 87%)OKLCH
oklch(0.835 0.085 293.5)CMYK
cmyk(19%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A995FA
2#876BF8
3#6541F6
4#4316F4
5#320AD4
6#2808A9
7#1E067F
8#140455
9#0A022A
Tints
Lighter variations
1#D1C6FC
2#D6CCFD
3#DBD3FD
4#E0D9FD
5#E5DFFE
6#EBE6FE
7#F0ECFE
8#F5F2FE
9#FAF9FF
Tones
Muted variations
1#CEC3F9
2#CFC6F6
3#D1C9F3
4#D3CCF0
5#D5CFED
6#D7D2EA
7#D8D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A48F #A48FFA | BordersInactive statesPlaceholder text |
| 400 | 7555 #7555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4E24 #4E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 330A #330AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2908 #2908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E3DDFD;
--plum-200: #CCC0FC;
--plum-300: #A48FFA;
--plum-400: #7555F7;
--plum-500: #4E24F5;
--plum-600: #330AD6;
--plum-700: #2908AA;
--plum-800: #1D067A;
--plum-900: #13044E;
--plum-950: #0C0231;
}