Plum
#A893F6
BlueColor Codes
All color formats for development
HEX
#A893F6RGB
rgb(168, 147, 246)HSL
hsl(253, 85%, 77%)OKLCH
oklch(0.722 0.142 292.2)CMYK
cmyk(32%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B6EF3
2#6E4AF0
3#5126ED
4#3D12DA
5#330FB6
6#290C91
7#1F096D
8#140649
9#0A0324
Tints
Lighter variations
1#B19DF7
2#B9A8F8
3#C2B3F9
4#CBBEFA
5#D4C9FB
6#DCD4FB
7#E5DEFC
8#EEE9FD
9#F6F4FE
Tones
Muted variations
1#AB97F1
2#AE9CEC
3#B1A1E7
4#B3A6E2
5#B6ABDD
6#B9B0D8
7#BCB5D3
8#BFBACE
9#C2BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC2 #CEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A892 #A892F6 | BordersInactive statesPlaceholder text |
| 400 | 7B5A #7B5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 552B #552BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A11 #3A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E0D #2E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210A #210A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1506 #15064B | Primary textHigh emphasis contentDark headings |
| 950 | 0D04 #0D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E5DEFC;
--plum-200: #CEC2FA;
--plum-300: #A892F6;
--plum-400: #7B5AF2;
--plum-500: #552BEE;
--plum-600: #3A11D0;
--plum-700: #2E0DA5;
--plum-800: #210A76;
--plum-900: #15064B;
--plum-950: #0D042F;
}