Plum
#B698F0
PurpleColor Codes
All color formats for development
HEX
#B698F0RGB
rgb(182, 152, 240)HSL
hsl(260, 75%, 77%)OKLCH
oklch(0.74 0.128 298.9)CMYK
cmyk(24%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D76EB
2#8554E7
3#6C31E2
4#581DCE
5#4A19AC
6#3B1489
7#2C0F67
8#1D0A45
9#0F0522
Tints
Lighter variations
1#BDA3F2
2#C4ADF3
3#CCB7F5
4#D3C1F6
5#DACCF8
6#E2D6F9
7#E9E0FB
8#F0EAFC
9#F8F5FE
Tones
Muted variations
1#B79DEC
2#B9A1E8
3#BAA6E3
4#BCAADF
5#BDAEDA
6#BEB3D6
7#C0B7D2
8#C1BCCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B698 #B698F0 | BordersInactive statesPlaceholder text |
| 400 | 8F63 #8F63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7036 #7036E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541C #541CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4316 #43169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3010 #301070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F0A #1F0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F2FD;
--plum-100: #E9E0FB;
--plum-200: #D6C5F7;
--plum-300: #B698F0;
--plum-400: #8F63E9;
--plum-500: #7036E2;
--plum-600: #541CC4;
--plum-700: #43169C;
--plum-800: #301070;
--plum-900: #1F0A47;
--plum-950: #13062D;
}