Plum
#CABFFC
BlueColor Codes
All color formats for development
HEX
#CABFFCRGB
rgb(202, 191, 252)HSL
hsl(251, 91%, 87%)OKLCH
oklch(0.834 0.085 292.7)CMYK
cmyk(20%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A895FA
2#856BF8
3#6241F6
4#3F16F4
5#2F0AD4
6#2608A9
7#1C067F
8#130455
9#09022A
Tints
Lighter variations
1#D0C6FC
2#D5CCFD
3#DAD3FD
4#E0D9FD
5#E5DFFE
6#EAE6FE
7#EFECFE
8#F5F2FE
9#FAF9FF
Tones
Muted variations
1#CDC3F9
2#CFC6F6
3#D0C9F3
4#D2CCF0
5#D4CFED
6#D6D2EA
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 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A38F #A38FFA | BordersInactive statesPlaceholder text |
| 400 | 7255 #7255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4A24 #4A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300A #300AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2608 #2608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1104 #11044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E3DDFD;
--plum-200: #CBC0FC;
--plum-300: #A38FFA;
--plum-400: #7255F7;
--plum-500: #4A24F5;
--plum-600: #300AD6;
--plum-700: #2608AA;
--plum-800: #1B067A;
--plum-900: #11044E;
--plum-950: #0B0231;
}