Plum
#CABDFF
BlueColor Codes
All color formats for development
HEX
#CABDFFRGB
rgb(202, 189, 255)HSL
hsl(252, 100%, 87%)OKLCH
oklch(0.832 0.092 293.3)CMYK
cmyk(21%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A690FF
2#8364FF
3#5F38FF
4#3C0BFF
5#2C00DE
6#2300B1
7#1B0085
8#120059
9#09002C
Tints
Lighter variations
1#CFC3FF
2#D5CAFF
3#DAD1FF
4#DFD7FF
5#E4DEFF
6#EAE4FF
7#EFEBFF
8#F4F2FF
9#FAF8FF
Tones
Muted variations
1#CCC0FC
2#CEC3F8
3#D0C7F5
4#D2CAF2
5#D4CDEE
6#D6D1EB
7#D8D4E8
8#DAD7E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A18A #A18AFF | BordersInactive statesPlaceholder text |
| 400 | 704D #704DFF | Disabled statesSecondary iconsMuted text |
| 500 | 471A #471AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D00 #2D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2400 #2400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A00 #1A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1000 #100052 | Primary textHigh emphasis contentDark headings |
| 950 | 0A00 #0A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E2DBFF;
--plum-200: #CABDFF;
--plum-300: #A18AFF;
--plum-400: #704DFF;
--plum-500: #471AFF;
--plum-600: #2D00E0;
--plum-700: #2400B3;
--plum-800: #1A0080;
--plum-900: #100052;
--plum-950: #0A0033;
}